Hello FME community,
I would like to use batch file and FME to create a tool that is able to export an Excel file to a shapefile and transform the coordinate system at the same time.
with batch file i get parameters from user.
The sheet name and name of the columns can be different for each transformation.
when I try to run the process for different file, Sheetname and Column name should be same as previous file and create shapefile without column or empty columns.
I need my Read and Writer to automatically recognize new sheetname and Column name