v.22.9New Feature

Allow Error Recording to File for CSV and TSV Formats

Allow recording errors to specified file while reading text formats (CSV, TSV). #40516 (zjial).
Allows users to record errors encountered while reading text formats like CSV and TSV into a specified file.

Why it matters

This feature enables better error tracking and debugging by capturing problematic rows or data issues during import operations, improving data quality management and troubleshooting.

How to use it

When reading text formats such as CSV or TSV, specify the target file to record errors. This can be done by configuring the appropriate setting or parameter to direct errors into the desired file, allowing users to review and analyze problematic input data.