dave-csc commented on issue #5988: URL: https://github.com/apache/hop/issues/5988#issuecomment-3630798471
Hi @mattcasters, the problem is indeed that you are required to enable the option _Arguments in fields_ to process the arguments correctly (see workaround above). Without that option, I'd expect to pass a complex command line in the `command` field as I would do in a normal (Linux) terminal: it actually works when the command doesn't include single or double quotes. When there are those, it seems that command and arguments are just split by spaces, without taking into account that something delimited by quotes is actually a single argument even if it contains spaces. -- 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]
