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
Page 1 / 1
- Read CSV
- Extract fileextention (FilenamePartExtractor)
- Use AttributeFilter
- Read your source with FeatureReader
Thanks Tom, this is exactly what I needed.