Hi,
I would like to create a csv file and set that to Schema mapper.. cause I have a requirement which will generate data dynamically from the folder which contains multiple zip files..
Looping through Folder --> FeatureReader(Merging all shape files)-- > Generic --> Schema Mapper (My idea is to create a schema mapper dynamically and setting here)--> Dynamic writer or Featurewriter ..
At the same time i have to run through all the folders and then through zip files and set the data to one fgdb.
Requirement is.. Here shape files don't have consistent names..
1.zip
Folder-->
1.shp-->Point
2.shp-->Polyline
3.shp-->Polygon
2.zip
Folder-->
2.shp-->Point
2.shp-->Polyline
2.shp-->Polygon
Will go the FGDB.
XXXFeatureClass(Point)
XXXFeatureClass(Polyline)
XXXFeatureClass(Polygon)
Please help me on this...
Cheers,
Srikanth Dasari