I am trying to transform any non-spatial data to CSV.
I have
1. Added Generic Reader with workflow Option "Individual Feature Type" as I have may get CAT,txt,xls etc
2. added CSV Writer with dynamic properties
Whnd I try to run this simple workflow I am getting bank lines in csv i.e. if there are 5 lines in txt file I get 5 blank lines in CSV.
One of the Input Text file contains sometnig like this
ID,Name,Type
1,ABC,Land
2,XYZ,Water
3,AAA,Airport
4,BBB,Field
Could you please let me where I am going wrong?