Solved

Load files from path location stored in csv


Looking for a way to load in files using their path stored in a csv column. I have several different file formats (.mif, .tab, .dem, .grd) that I need to reproject in FME. I've generated a csv that contains the full path location of each file on a new row. I'm wondering if it is possible to import these files directly from the csv, preferably separated by their file extension. I'm a complete beginner, so appreciate any advice. Cheers, Angus

icon

Best answer by tomfriedl 14 June 2022, 08:53

View original

2 replies

Userlevel 1
Badge +12
  • Read CSV
  • Extract fileextention (FilenamePartExtractor)
  • Use AttributeFilter
  • Read your source with FeatureReader

Thanks Tom, this is exactly what I needed.

 

Reply