Hi everyone,
I’m working on an FME workbench where I download a full dataset file geodatabase daily. I also have a CSV file that lists daily changes.
My goal is to remove files from the main dataset based on the CSV and add updated files from file geodatabase back into the main dataset.
I’ve tried using the FeatureMerger and FeatureJoiner transformers to identify changes, but they were not effective due to time constraints. Since this needs to be done daily, time efficiency is crucial.
Do you have any suggestions, Python scripts, or SQL queries, or any other ideas to speed up this process?
Thank you!