Skip to main content
Question

Looking to extract 12 different unique number values in a CSV file. What would be the ideal way to accomplish this task. TIA

  • January 24, 2023
  • 2 replies
  • 18 views

Forum|alt.badge.img
Looking to extract 12 different unique number values in a CSV file. What would be the ideal way to accomplish this task. TIA

2 replies

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 629 replies
  • January 24, 2023

If it's only 12 I would probably type them manually into a TestFilter or AttributeFilter. If you are using a recent version of FME, you can run the workspace with Feature Caching turned on, and then import values from the feature cache in the AttributeFilter.


Forum|alt.badge.img
  • Author
  • 2 replies
  • January 26, 2023

If it's only 12 I would probably type them manually into a TestFilter or AttributeFilter. If you are using a recent version of FME, you can run the workspace with Feature Caching turned on, and then import values from the feature cache in the AttributeFilter.

Thanks ddbrocato for the suggestion. Worked great!