Replies: 1 comment
-
Currently, I'm afraid Super Table and Matrix aren't fully supported with delimiters for CSV importing. But, its a requested feature, it'll just require a bit of re-architecting #368, #314 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I'm trying to import a CSV file (~ 150 rows), on which some columns have multiple values to import inside a Super table.
I have set up the dataDelimiter to "|" (the pipe) inside a feed-me.php file in my config folder.
When i run the feed, only one row is created inside the table, containing an array of data, instead of breaking every entry in that said array into multiple rows.
The data as it is inside the CSV:
actuaire|actuaire (fonction publique québécoise)|actuaire associé/actuaire associée|actuaire en assurance-accidents, risques divers
And here is the array after import:
["actuaire","actuaire (fonction publique qu\u00e9b\u00e9coise)","actuaire associ\u00e9\/actuaire associ\u00e9e","actuaire en assurance-accidents, risques divers"]
(way more entries in some cases)
And i have tried multiple different delimiters...
Steps to reproduce
Additional info
Beta Was this translation helpful? Give feedback.
All reactions