Yup, but the column property of the csv node is not a part of the incoming messages listed in info. I thought, it would still be possible to access it somehow?
you can use environment variables to set them at start time - but not dynamically no.
Or you can just leave blank and they will get automatically assigned col1,col2,col3 etc - and you can then rename them afterwards if you like.
Indeed, it sounds more like the OP is trying to process a text input into columns. That isn't really what the CSV node is for. It would likely be better done using a file-in node and a function node to process the data.