You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by fundef1 September 21, 2023
Hi, I'm trying to load a CSV and manually specify the columns.
it's a bit of a degenerate case as I only have a single column, but I can't figure out the correct format:
Uncaught (in promise) Error: Parser Error: syntax error at or near "line"
LINE 1: ..._size=-1, all_varchar=true, columns='{'line': 'VARCHAR'}', header=false,...
the quoting of columns looks off and I've tried different variants of quoting the columns option but just can't get it to work.
any hints? thanks!
We should expand the load* methods to properly handle object (-> struct) and array (-> list) option values.
The text was updated successfully, but these errors were encountered:
Discussed in #181
Originally posted by fundef1 September 21, 2023
Hi, I'm trying to load a CSV and manually specify the columns.
it's a bit of a degenerate case as I only have a single column, but I can't figure out the correct format:
results in
the quoting of columns looks off and I've tried different variants of quoting the columns option but just can't get it to work.
any hints? thanks!
We should expand the
load*
methods to properly handle object (-> struct) and array (-> list) option values.The text was updated successfully, but these errors were encountered: