Parse CSV to a table, convert to JSON or back from JSON — with delimiter detection and header support豆包在线回答
• Parse: split CSV into a table by the delimiter; quoted cells are handled.
• Delimiter: set manually or click Detect to auto-pick (comma / semicolon / tab / pipe).
• To JSON: switch to the JSON view — an array of objects when a header is present, otherwise a 2D array.
• JSON → CSV: paste a JSON array into the input and click the button to convert back to CSV.
• Memory: when on, your last input is saved to local storage.