Closed TheCedarPrince closed 3 weeks ago
I've never used this macro @TheCedarPrince - but I have used duckdb/postgres a lot to do this and spent AGES trying to figure out how to do this.
Turns out all you need to do is turn off quote parsing - i.e.
read_csv('" ~ p ~ "', quote = '')
and it should work neatly from memory
Yup! That fixed it on my side! I can make a PR later today unless if you beat me first @lawrenceadams !
You fire on! You caught it! Glad to hear
Closed thanks to #93
When running the following lines
I get multiple errors with the
run-operation
and had to patch themacros/load_data_duckdb.sql
as follows:Otherwise, I see errors like this:
Note: even with the patching, I still face errors later when loading vocabularies into DuckDB so this patching doesn't really work.