Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: cristi.boizasHello, guys. I am trying to make a data flow which firstly checks if a file is present on the server or not. If the file is there I have to read it and continue the processing, if the file is missing, I need to generate a temporary file ( like a dummy file) which will run through the graph. The problem is that I have to concatenate another file with one of those, and this translates into having 3 inputs on the CAT node, one of which will always be empty.
I tried passing the two nodes ( dummy node and delimited file node) through a bypass node before the concatenation( which is actually a union), but when the file is missing from the server, the bypass node doesn't pass the dummy file to CAT. Any ideas?