JSON-naar-CSV-converter
Zet een JSON-array van objecten om naar CSV-formaat. Perfect voor het exporteren van API-gegevens naar spreadsheets.
Hoe u deze tool gebruikt
- 1
Paste or type a JSON array of objects into the text box. The array must be non-empty (for example: [{"name":"A","value":1}]).
- 2
Click the Convert button to generate the CSV.
- 3
Read the CSV in the output panel below the button, with the header row first followed by one row per object.
- 4
Select the output text and copy it into a spreadsheet, a .csv file, or wherever you need it.
Wat is de JSON-naar-CSV-converter?
JSON is het universele formaat van API's; CSV is het universele formaat van spreadsheets. Daartussen converteren is een veelvoorkomende taak: analyses naar Excel exporteren, CSV-gegevens in JavaScript-toepassingen importeren, enzovoort. Deze tool verwerkt arrays van platte objecten goed; diep geneste structuren vereisen mogelijk voorbewerking.
Veelvoorkomende toepassingen
Turning a small JSON response from an API into a CSV you can paste straight into Excel or Google Sheets.
Quickly eyeballing tabular API data as rows and columns instead of nested braces.
Preparing a CSV for a bulk-import feature that expects flat columns, when your source data is already a uniform JSON array.
Converting a JSON fixture or seed file into CSV for a quick import into a database GUI.
Generating a CSV snippet for documentation or a bug report without installing jq or writing a script.
Sanity-checking that a JSON array has consistent keys across records by spotting blank or missing cells in the output.
Veelgestelde vragen
Wat gebeurt er als mijn JSON geneste objecten bevat?▼
Verwerkt het speciale tekens?▼
Gerelateerde tools
CSV-naar-JSON-converter
Zet CSV-gegevens om in een JSON-array van objecten. De eerste rij wordt behandeld als koptekst.
CSV naar SQL INSERT
Genereer SQL INSERT-instructies op basis van CSV-gegevens. Handig voor het importeren van CSV-exports in databases.
Binair-naar-hexadecimaal-converter
Zet binaire getallen om naar hexadecimaal. Hexadecimaal is voor dezelfde waarde 4 keer compacter dan binair.
Hexadecimaal-naar-binair-converter
Zet hexadecimale getallen om naar binair. Elk hexadecimaal cijfer wordt precies uitgebreid tot 4 binaire cijfers.
Decimaal-naar-binair-converter
Converteer decimale getallen naar binair, hexadecimaal en octaal, alle talstelsels tegelijk.
ASCII-naar-hexadecimaal-converter
Zet tekst om naar hexadecimale ASCII-codes en omgekeerd. Elk teken wordt omgezet in zijn hexadecimale waarde van 2 cijfers.