Search found 3 matches

by molped
Wed May 25, 2022 11:57 am
Forum: Usage, tips and tricks
Topic: Iterate through text file
Replies: 6
Views: 3417

Re: Iterate through text file

I inserted a monitor node, and it works!

Is it possible to trigger a workflow eg. on a set time of day?

Thanks for your help!
by molped
Mon May 23, 2022 11:25 am
Forum: Usage, tips and tricks
Topic: Iterate through text file
Replies: 6
Views: 3417

Re: Iterate through text file

Hi steinar, Thank you for helping! I tried setting up a test workflow: A populate node, a for-each and a command executor, thats runs a batch file which will do some work. 1.png The populate node should read lines from the text file TV.txt. 2.png The for-each stores the read lines into %s_source% wh...
by molped
Sat May 21, 2022 12:29 pm
Forum: Usage, tips and tricks
Topic: Iterate through text file
Replies: 6
Views: 3417

Iterate through text file

Hi!

I have a text file containing lines with paths and filenames.
I would like to iterate though this text file, extract each path+filename and do some processing on each file.

How do I do that?

Br