lilac
lilac copied to clipboard
Invalid Input Error: Error in file "/data/dataset.csv" on line n: Maximum line size of 2097152 bytes exceeded!
I want to import a big CSV file (~1.5GB) but, at some point, it fails with the error:
Invalid Input Error: Error in file "/data/dataset.csv" on line 483: Maximum line size of 2097152 bytes exceeded!
I am using Lilac from a Docker container and I try to load the dataset from the UI.
It seems to be a DuckDB related error to the CSV Reader and the parameter max_line_size
.
I do not find a way to configure the CSV Reader from Lilac. Does anyone have a workaround?