Split 1 column of Data into Multiple columns

Hi all,
I have Extracted from a csv and the output puts all data in 1 column.
I want to split this data into separate columns which are delimited by ;

Any ideas on how I can do this within the Split Out Node.

Many Thanks

Alex

Information on your n8n setup

  • 1.44.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

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:

1 Like

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

Alex

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.