Need assistance with use of Execute a process transformation step in Kettle 5.3. Does anyone know how to handle the situation where an argument contains spaces. For example, if the argument contains the following:
//risokcmfsp001/data_fab/common/Extra/ETL/Conversions/Mass Analyzer Reports/AnalyzeX.exe
the error Cannot run program "//risokcmfsp001/data_fab/common/Extra/ETL/Conversions/Mass Analyzer Reports/AnalyzeX.exe": CreateProcess error=2, The system cannot find the file specified occurs.
If the spaces in "Mass Analyzer Reports" are removed leaving "MassAnalyzerReports", the Execute process step runs good. I have tried enclosing with single and double quotes and brackets without any success.
Would appreciate any help.
//risokcmfsp001/data_fab/common/Extra/ETL/Conversions/Mass Analyzer Reports/AnalyzeX.exe
the error Cannot run program "//risokcmfsp001/data_fab/common/Extra/ETL/Conversions/Mass Analyzer Reports/AnalyzeX.exe": CreateProcess error=2, The system cannot find the file specified occurs.
If the spaces in "Mass Analyzer Reports" are removed leaving "MassAnalyzerReports", the Execute process step runs good. I have tried enclosing with single and double quotes and brackets without any success.
Would appreciate any help.