I have several CSV files with different schemas that I would like to put into a Zip file before sending via the Emailer. Using the CSV2 Reader (*.csv, Identical Schema NOT ticked) with the CSV2 Writer (Zip file name as Destination CSV and fme_basename as CSV File Name in Writer) seems to work, but I get warnings like this in the Translation log:
2017-04-06 12:22:58| 1.1| 0.0|WARN |CSV reader: Attribute 'wibble' exists on the schema but was not found in the file. This attribute will not be read
I assume this is something to do with the differences in schemas of the different CSVs being read but I just wanted to crowd source some reassurance that this is nothing to worry about!