v.23.6Improvement

Support CSV with Whitespace or Tab Delimiters in Spark

Support CSV with whitespace or \t field delimiters, and these delimiters are supported in Spark. #50712 (KevinyhZou).
Added support for CSV parsing using whitespace or tab (\t) as field delimiters in ClickHouse.

Why it matters

This feature enables ClickHouse to correctly parse CSV files that use whitespace or tab characters as field delimiters, enhancing compatibility with data sources like Spark which commonly use these delimiters.

How to use it

When importing CSV data, specify the field delimiter as whitespace or tab character to parse the input correctly. This can be done by setting the appropriate CSV format parameters in your import query or configuration.