I’m creating a CSV with this comment header as an example:
Name:,Terry
Date:,02/05/2024
It has 2 lines and the data table starts right after. I would like to be able to fill in the second fields (Terry & 02/05/2024) using a different node.
I know I can create a flow variable for the CSV comment header, but not sure how to create one with multiple lines of text. Also, the ability to change the second field for name and date through something like a string input configuration node. Thanks.