Convert CSV to JSON (using the header row as keys) or JSON back to CSV.
CSV parsing handles quoted fields containing commas, newlines, and escaped quotes - not just a naive comma split, so real-world exports convert correctly.