dave-csc commented on issue #5988:
URL: https://github.com/apache/hop/issues/5988#issuecomment-3517248520

   A possible workaround is:
   1. in **Data grid** split the command in chunks, using a field for each 
chunk. In the example above they could be:
     - `command` = `ls`
     - `option_la` = `-la`
     - `folder` = `/work/hop/config`
   2. in **Execute a process** enable the option _Arguments in fields_, then 
set `command` as _Process field_, set also `option_la` and `folder` in the 
_Argument fields_
   
   A chunk in the Data grid can include spaces and special characters (this is 
why you would have used the quotes, most likely)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to