I have a FME 2019 Desktop workflow that reads three CSV files and write all input data (points) to only one FeatureClass in the output fileGeodatabase.
Every CSV file has a different schema, i.e.: every CSV file has several fields in common but most of them are different.
This is the workflow:Every month I will have to run this workflow with a different set of CSV files with probably will have different schema than this ones, and also could be more than three CSV files.
So, how can I read automatically the schema of CSV files ? Thank you !