Hi all,
daily Business: reading log files from a network share and transforming an converting them to a table. This works fine but… in some cases the useres who created the log file cancel the log file process. In this case in the log file there is a line at the end of the file like this:
#EXCEPTION: User canceled script!
With the rule engine node I find this line and I create a “cancel” in a nwe column. But now I “standing on the hose”. I used a tabel row to variable node to create a flow variable switch for the IF switch node but the ports ar Always open because the “cancel” out from the rule engine node is at the ende of the column? How Can I fix this Problem only if a “cancel” is detected in the specific column use the bottom output port of the IF switch. If it is not detected use the top Output port.
I also tryed to use a empty table switch node. This is a quite good idea but when no “cancel” is created the row filter node in front of the empty table switch makes a empty table an all the data I want to process is gone. See attached a screenshot of my workflow.
Thx for any ideas, Brotfahrer