I have folder that contain multiple shapefiles (polyline, polygon, and point), and I would like just to copy of all polyline and save to a new FGDB, there is a filter could help me, I used geometryfilter and multipleGeometryfilter, but the transformer create one feature class, I would like to get the data separate. thanks in advance
Page 1 / 1
Look into the so-called feature type fanout:
Look into the so-called feature type fanout:
I have multiple shapefile, and basically I would like to read the folder and get all polyline and copy to the FGDB,