./prontouso.com
PENGONVERSI SATUAN

Pengonversi CSV ke JSON

Konversi file atau teks CSV menjadi format JSON terstruktur dengan deteksi pemisah otomatis (koma, titik koma, tab), penanganan tipe data, dan opsi balik JSON ke CSV.

Status alatBerjalan di browser Anda
Pratinjau

CSV input

Atau tarik & lepas file apa punatau pilih file
.csv, .tsv, .txt · hingga 2.0 MB. Dibaca di browser Anda, tidak pernah diunggah.

Output

Rows
2
Columns
2

CSV converted to JSON.

Cara kerja

  1. Masukkan data Anda

    Isi nilai yang diperlukan, tempel teks Anda, atau unggah file yang ingin diproses.

  2. Lihat hasil seketika

    Sebagian besar alat diperbarui secara langsung saat Anda mengetik; beberapa menggunakan satu tombol tindakan.

  3. Gunakan hasil Anda

    Salin, unduh, atau bagikan hasil yang dihasilkan — Anda selalu memiliki kendali penuh atas data Anda.

Privasi dan pemrosesan dataBerjalan secara lokal di browser Anda. Alat ini tidak mengunggah data Anda.

Apa itu Pengonversi CSV ke JSON?

Convert a CSV or TSV table into formatted JSON objects using the first row as field names.

PAHAMI CARA KERJA ALAT

How to convert CSV to JSON

How to use it

  • Paste CSV data or load a .csv, .tsv, or .txt file.
  • Let the tool detect the delimiter, or choose comma, semicolon, or tab.
  • Review the row and column counts.
  • Copy the formatted JSON output.

Expected CSV shape

The first row is treated as headers. Each following row becomes one JSON object, and missing cells become empty strings.

Before copying JSON

  • Check that the detected delimiter matches your file.
  • Confirm the header names are the keys you want.
  • Review row and column counts for obvious paste mistakes.

CSV notes

Delimiter detection and quoted-cell parsing cover common CSV exports. Review headers and row counts before using the converted JSON in automation.

Pertanyaan yang Sering Diajukan (FAQ)

Does it support quoted commas?

Yes. Quoted cells can contain delimiters and escaped quotes.

Can I convert TSV?

Yes. Choose Tab as the delimiter or let the detector pick it from the first row.

Are numbers converted to JSON numbers?

No. CSV cells are kept as strings so identifiers, leading zeros, and formatting are preserved.

How are missing cells handled?

When a data row has fewer cells than the header row, missing values become empty strings in the JSON object.

Alat Terkait