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
The to_csv() function adds the table name to the generated CSV file columns. This generated CSV file, when loaded into EvaDB using LOAD CSV, throws an error with mismatched column names. We should generate the CSV file header without the table name prefix.
The text was updated successfully, but these errors were encountered:
The
to_csv()
function adds the table name to the generated CSV file columns. This generated CSV file, when loaded into EvaDB usingLOAD CSV
, throws an error with mismatched column names. We should generate the CSV file header without the table name prefix.The text was updated successfully, but these errors were encountered: