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

   ### Apache Hop version?
   
   2.15.0
   
   ### Java version?
   
   17.0.2
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   Steps to reproduce:
   1. Create a **Data grid** transform, with a single column named `command`. 
Enter the following entries (assuming `/work/hop/config` is an existing folder 
on your machine):
     - `ls -la /work/hop/config` (with no quotes)
     - `ls -la "work/hop/config"` (with double quotes)
     - `ls -la 'work/hop/config'` (with single quotes)
   2. Link this to an **Execute a process** transform, set `$[0D]` as line 
delimiter and grab result, error, and exit code in some fields
   3. Link to a **Write to log** transform to get the output
   
   In a normal Linux terminal all the three commands above will produce the 
same output (they list the contents of the `/work/hop/config` folder). In Hop 
only the first row produces the correct output, the others will throw an error 
such as `Folder '"/work/hop/config"' does not exist`.
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Transforms


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