Greetings,
I am new to this application and still learning and having fun with it. I am stuck on this data challenges issue with a file format called CALinx used for pharmacy data. The file is NOT delimited and does NOT have headers. I need to be able to break each row to columns based on the number of right arrow on the keyboard. Let me give an example (not real patient info):
This is the specs file:
so after doing this manually, this is how it should look like:
I have tried the Cell Splitter node, but it did not do the job. Please help!
Thank you