JSON / XML to CSV Converter

Paste JSON or XML below and choose how to handle nested data.

  
- Flatten: nested objects produce keys like parent.child.
- Join arrays: array values are joined with |.
- Explode arrays: creates multiple rows for first array field found (useful when top-level array contains array items).