Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ADasHi all,
I'm very new to Lavastorm so apologies in advance if this is an easy solution.
What I want to do is to have an output based on a condition - for example:
The data set is a CSV with the following data-
Header,,,,
1,A,B,3,Two
2,B,C,6,One
12,D,E,Six
Footer,,,,
I want to have a node that will output
all the data if, for example, the Header is in the correct format and none of the data if it is in an incorrect format.
Can anyone help?
Thanks!