Thank you Padawan
That was exactly what I needed. I didn't realize debug logging would show issues with Execute. stderr showed issues with how it was applying the path in %2. Changed it to point to a different file and location and it's working great now.
Shawn
Search found 2 matches
- Tue Aug 15, 2017 4:54 pm
- Forum: Flows
- Topic: Combining text files with Execute command
- Replies: 2
- Views: 15052
- Tue Aug 08, 2017 9:50 pm
- Forum: Flows
- Topic: Combining text files with Execute command
- Replies: 2
- Views: 15052
Combining text files with Execute command
We're receiving several .csv files from a client that need to be combined into one by adding the contents of the second file after the contents of the first. I've been trying to use cat in the Execute Command element but am having trouble getting it to work in Switch. In the Mac terminal "cat f...