You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
confirmed, you can use the -ps setting to work around this. When using this setting it might be safer to split your parameters.
-p dossier_ids=1,3 -p p1=abc -ps=- setting ps will change the parameter split character so you could also write -p p1=abc-dossier_ids=25,352 you can also pick another character but be careful with characters that a terminal does not like.
Apache Hop version?
2.10
Java version?
1.17
Operating system
Linux
What happened?
Running pipelines with the recommended syntax for parameter values containing commas does not work.
/hop-run.sh --project="default" --environment="default" --runconfig="local" --file="/demo/files_download.hpl" --parameters=p1=abc,dossier_ids=\"25,352\"
in the pipeline, dossier_ids has value "25
This used to work in 2.9
Issue Priority
Priority: 3
Issue Component
Component: CLI, Component: Hop Run
The text was updated successfully, but these errors were encountered: