Can any one help me how can we pass input with multiple lines to CSV node which has different columns/elements for each line.
I have a text file with below content
H|1|2|3|$|4|4
D|3|4|5
D|4|4|6
D|2|3|4
Here,how can we pass columns names for H-header,D-details differently to CSV node which generated JSON.
Thanks in advance!!