Hi Community,
Describe the problem/error/question
I get the following format of data (chunk of data) in one field, is there a node that can read it and separate the data into individual fields so I can then insert into google sheets?
Here’s what I get in the field:
Invoice Number: 202502/3208824\nInvoice Date: 03 Feb 2025\nDue Date: 18 Feb 2025\nVendor Name: 1st Energy\nAccount Name: John Wicks\nCustomer ID: 408888\nAddress: \n4 Jetson Cres,\nMalvern BIC 3035\nSubtotal: $65.8686\nOriginal File Name: \nBillinBilling Pg Periodiod 2 January 2025 - 1 February 2025 BillinBilling Dag Dayyss 31\nUtility type: Electricity\nPeak Usage: 133.6750 kWh\nPeak Unit Price: $0.3036\nPeak Usage Cost: $40.58\nOff Peak Usage: 279.3250 kWh\nOff Peak Unit Price: -$0.0330\nOff Peak Usage Cost: $9.22 CR
By searching online, I read someone mentioned Spreadsheet node but I cannot find any node with the name spreadsheet. What I am after is something similar to excel or google sheet’s data import tool where user can sepcify the separator and it will then segregate each field individually based on the delimiter.
Information on your n8n setup
- n8n version: 1.95.3
- Running n8n via (Docker Self hosted):
- **Operating system: Ubuntu
Thanks all!