I have a workspace that has a published parameter of type Filename (Multiple)
and I have multiple files in a folder with spaces.
At the top of my fmw file is says that this should be the command-line to run the workspace
"C:\\Program Files\\FME\\fme.exe" "ImporteerTrimble.fmw"
--DB_Service "ODSDEV"
--DB_User "GVR"
--DB_Password "********"
--Project_ID "22"--SchemaName "INWINNING"
--Bronbestand """D:\\Path with space\\file1.dxf" "D:\\Path with space\\file2.dxf"""
But when I run this command line it complains that there are uneven number of command line arguments.
I just can't get this to work from the command line, running within FME Workbench does work.
When I remove some quotes it accepts the arguments but then the reader fails
AutoCAD Reader: Unrecognized extension for source file 'D:\\Path'.