CSV
CSV stores tabular data as delimited text rows, with quoting rules for fields that contain the delimiter, quotes, or line breaks.
CSV carries no type information, so identifiers and dates are frequently mangled on import. Quote such columns and validate after conversion. Continue with Working with CSV and tabular data for the longer explanation.