migration

Detect CSV structure

Analyzes a CSV file and returns auto-detected columns, delimiter, quote character, and date format with suggested column mappings.

put/migration/csv/detect

Response

Detection results with suggested mappings

columnsstring[]
date_formatstring
delimiterstring
quote_charstring

Changes