I have a csv file with columns as ID, NAME. I want to use ID to query Oracle table and create a shape file from that result.
Currently I am using CSV reader to read csv then querying database using FeatureReader (in where clause CODE=@value(ID)) and writing to shape file. My problem is I am not able to get attributes in shapefile.
How can I export attributes as well of selected features.
Cheers