Bug 5207: Shapefile to Csv Conversion Failed

Hi Alexander,

I moved to new version 26.5 and here my results:

Test data(input/output/QGIS)
shapefile18.7z (7.2 KB)

Error message:
[ShapefileTest] Testing Shapefile → Csv

Args: input=‘D:\GisConverter\Tests\Shapefile\Input\shapefile18.7z’, format=‘Csv’, output=‘D:\GisConverter\Tests\Shapefile\Output\2026-06-04_13-13-43\ShapefileTest\Csv’, temp=‘D:\GisConverter\Tests\Shapefile\Temp\2026-06-04_13-13-43\ShapefileTest\Csv’, logPath=‘D:\GisConverter\Tests\Shapefile\Log\2026-06-04_13-13-43\shapefiletest_csv_log.txt’, logLevel=‘’
:x: Conversion failed.
2026-06-04T13:13:44.9221126+03:00 (Local) | 2026-06-04T10:13:44.9221126Z (UTC)
Unexpected error: Transformation of coordinate (-1.7976931348623157E+308, -1.7976931348623157E+308, 0) failed.
Result: ConversionFailed

Thanks,

Hello Dani,
We need to explore your request. We’ll be back with an answer in a couple of days.

Please test.
Thank you.

Hi, @danies8
It again Transformation of coordinate. The same bug

How to fix?
Thank you.

Hi, @danies8.
We need to explore your request. We’ll be back with an answer in a couple of days.

The input file shapefile18.7z has bug of transformation of coordinate.
It will be fix till end of June.:):slight_smile:

Hi, @danies8.
We need to explore your request. We’ll be back with an answer in a couple of days.

1 Like

we made fix for this in june release

I will check and let you know.

thank you, Dani

Hi Alexander,

I moved to new version 26.6 and here my results:

Please see:

Test data(input/output/QGIS)
5207 Shapefile to Csv.zip (25.7 KB)

Solution :
Using ‘ErrorCollector’ option during conversion features with this values
(Transformation of coordinate error) will ignore.
var errors = new OperationErrorCollector();
var options = new ConversionOptions()
{
DestinationDriverOptions = new CsvOptions()
{
ErrorCollector = errors
},
};
Waiting to Aspose task to add to the error conversion message which options to use.
Task 5593: Enable dynamic GIS conversion options to be passed and applied on-the-fly via command-line (CMD) parameters - Free Support Forum - aspose.com

Thanks,

Please close it.
Thank you very much.

Thank you!
I close this topic

1 Like