CSV is simple to exchange, while structured formats are easier to use in applications.
JSON
JSON works well for APIs, JavaScript applications, configuration and document databases.
NDJSON
NDJSON stores one JSON object per line and is useful for streaming and large datasets.
XML
XML is common in enterprise integrations, feeds and systems that rely on schemas.
Type inference
Type inference converts obvious numeric, boolean and null values instead of keeping every value as text.