What is CSV?
CSV is the lowest common denominator for tabular data: every spreadsheet, database and analytics tool can import it. It has no official type system — everything is text until something interprets it — and no way to express nesting, so hierarchical data has to be flattened before export.