dave-csc opened a new issue, #6764:
URL: https://github.com/apache/hop/issues/6764

   ### Apache Hop version?
   
   2.17
   
   ### Java version?
   
   Zulu17.64+17-CA (build 17.0.18+8-LTS)
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   When passing as parameter list something like `-p key1=\"value1,value2\"` 
(see 
[documentation](https://hop.apache.org/manual/latest/hop-run/index.html#_commas_in_value_usage)),
 the actual value read by the workflow/pipeline for `key1` is `"value1` 
(expected: `value1,value2`)
   
   A workaround to read commas correctly is passing `-p key1=value1,value2 
-ps=:`
   
   This bug (and workaround) had been reported since version 2.10 (see #4765), 
has it been solved?
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: CLI, Component: Hop Run


-- 
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