Marco Link

Results 75 comments of Marco Link

solved it for now with: ```javascript const converter = csv({ colParser: {"gallery":function(item, head, resultRow, row, colIdx) {return item.split("|")}}, }); ```

Hi @JackEdwardLyons, Sorry to hear you're still running into this issue! Unfortunately, I have personally no experience with `nuxt`. I have tried to create a very basic example to understand...

@JackEdwardLyons Changed the export/import of the plugin to use defaults, but now I get a different error https://codesandbox.io/s/great-dust-v0oqz8 ``` ERROR Nitro is not initialized yet. You can call useNitro() only...

Closing due to inactivity for now - please feel free to re-open.