Hi @villa1980! Unfortunately we don’t have a built-in node that can split data into separate rows delimited by a semicolon. The Split Out Node doesn’t allow you to specify a delimiter. Instead you’ll need to use a code node to do this.
Here are some additional links that shouldl be helpful to refer to:
Hi Ludwig,
Thank-you for the reply and links to the examples.
I think due to the size of the file, I am saving it to a drive where N8N has access and after discussing it with a colleague, is best to use LINUX to split into columns, then split into 3 manageable files, pick these files up and then filter within N8N for desired rows, then load this into SQL.
Just need to work out the LINUX bit now ha ha