Hello
I have 150 CSV files. I would like to convert them to equivalent SHP files. I don't want to do it one by one of course hence I chose dynamic workflow. This should be just a mirror translation (with geometry creation from WKT along the way). But I can't get this to work.
In the writer I tick the Dynamic Properties with Schema Sources set to "*.csv [CSV2]" but this doesn't create any shapefiles complaining: 'Features with no schema defined'
When I untick the Dynamic Properties the shapefiles are created but only with the geometry, no attributes.
Here's the workbench. The CSV filename is the name of the feature. Bunch of attribute renaming and removing. Creating geometries.
Reader:
Writer (I tried geometry defined by schema as well but same result):
Am I missing something?
Thanks!