Search found 2 matches

by Shawn_Anderson
Tue Aug 15, 2017 4:54 pm
Forum: Flows
Topic: Combining text files with Execute command
Replies: 2
Views: 15052

Re: Combining text files with Execute command

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
by Shawn_Anderson
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...