I'm using a FeatureReader to import Revit (*.RVT) files. I need to loop through a folder of Revit files and write the output to a GDB using the same filename as the input Revit file.
I'm looking for something like fme.basename
, but I can't find it anywhere, neither in the FeatureReader's geometric outputs nor in the schema. I can't find any attribute to expose that would give me the input filename. I've also tried FilenamePartExtractor
, but I have nothing to put in the "Source Filename" field.
What am I missing here?
Thanks