Hello, I’m trying to import data from an Excel spreadsheet in CSV format, but the Data Tables panel doesn’t give me the option. I saw in a video that when creating the table in n8n, it should allow me to import CSV data into my Data Table in n8n, but the option isn’t appearing. I want to import data into this table automatically.
You first need to use the Extract from file node. Basically your file first needs to be converted to JSON, a format that n8n can work with. then it can insert the individual rows into the data table. Here is the example workflow. So first you need to download the file or choose it from some stored location (for example with the google drive node like in this example. then you extract it from csv or XLSX and then you store it in the data table.