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