NuxtN
Nuxtβ€’2mo agoβ€’
4 replies
NathanSegers

CSV Load issues

Hello! For my Nuxt Content project, I am having trouble loading a csv file and parse each line in my collection.
I am using the code according to the documentation, with a delimiter of ";", but somehow, nothing is being loaded in correctly. I have one file, and thus have one item in the array that I fetch with "queryCollection()" and ".all()". This should not be the case. I see all the lines in the "meta.body" tag, just as described in this PR, but they are not parsed correctly.
https://github.com/nuxt/content/pull/3513

They say it's fixed, but I tried with one of the installations as they suggested, but it didn't work
GitHub
πŸ”— Linked issue
Close #3511
❓ Type of change


πŸ“– Documentation (updates to the documentation or readme)
🐞 Bug fix (a non-breaking change that fixes an issue)
πŸ‘Œ Enhancement (improving an existing ...
fix: fix csv file collections by Jasonzyt Β· Pull Request #3513 Β· ...
Was this page helpful?