Question

Process feature classes from list

  • 17 December 2018
  • 2 replies
  • 0 views

Badge

What is the best way to process SDE feature classes from a .csv file that contains the names of the feature classes to process? SDE contains hundreds of feature classes but I only want to process the feature classes that are named in the .csv file.


2 replies

Userlevel 4

Create a CSV reader to retrieve the feature class names, then send those to a FeatureReader.

In the FeatureReader, link the "Feature types to read" setting to the feature class name from the CSV.

Badge

Great, that worked. Thank you.

Reply