lilac icon indicating copy to clipboard operation
lilac copied to clipboard

Invalid Input Error: Error in file "/data/dataset.csv" on line n: Maximum line size of 2097152 bytes exceeded!

Open NicolasDrapier opened this issue 8 months ago • 0 comments

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?

NicolasDrapier avatar May 30 '24 11:05 NicolasDrapier