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
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 ...
Close #3511
