Hi, I am working in FME 2014. I am trying to create a workspace that will have a reader grab all xls files from one folder (with multiple schemas), re-project the xy coordinates to two new attributes (x, y), and export the data to multiple xls files based on file name and new projection. Before the workspace is run, the user must manipulate the xls files to have columns with original coordinate system and original x and y coordinates. The headings "Original_Coordinate_System" and "SourceX" and "SourceY" are the only common column names between all the excel files.
When I run the workspace I get an error saying
"Error fetching dynamic schema definitions from reader `XLSXR_1"
Attached are two xls worksheets as an example, and two screenshots to show a portion of the script.
Would anyone have any suggestions that I could try? Thanks in advance.