ຟຣີ CSV to JSON
Convert CSV (or TSV) into JSON — array of objects or arrays — with a proper RFC 4180 parser, delimiter auto-detection, and type conversion. Runs in your browser.
Drop a CSV file (or paste below)
CSV, TSV, TXT ບໍ່ມີຂອບເຂດຈໍາກັດຂະຫນາດໄຟລ໌
—
💡 A proper RFC 4180 parser — handles quoted fields, commas and line breaks inside quotes, and escaped quotes. With "first row is a header" on, you get an array of objects; off, an array of arrays. Everything runs in your browser.
Optimize for your platform
ມັນເຮັດວຽກແນວໃດ
CSV looks simple but is full of edge cases — quoted fields, commas inside quotes, line breaks inside cells. This uses a proper RFC 4180 parser so those all work, entirely in your browser.
- 1You paste CSV or drop a fileThe delimiter (comma, semicolon, tab, or pipe) is auto-detected, or you can set it manually. Nothing is uploaded.
- 2It's parsed correctlyQuoted fields, escaped quotes (""), and delimiters/newlines inside quotes are all handled per the CSV spec.
- 3You choose the shapeWith a header row, each line becomes an object keyed by the headers; without, an array of arrays. Optionally convert numbers and booleans to real types.
- 4Copy or download JSONGet clean, indented JSON ready for your code.
CSVs frequently hold contacts, transactions, and other personal data. Parsing happens entirely on your device — none of it is uploaded.
ເປັນຫຍັງຕ້ອງໃຊ້ຂອງພວກເຮົາ?
ເຄື່ອງມືທີ່ກ່ຽວຂ້ອງ
ຕົວແປງຫນ່ວຍ
ແປງລະຫວ່າງຫົວໜ່ວຍຄວາມຍາວ, ນໍ້າໜັກ, ອຸນຫະພູມ, ພື້ນທີ່, ປະລິມານ ແລະອື່ນໆອີກ.
ຕົວເຂົ້າລະຫັດ ແລະຕົວຖອດລະຫັດ URL
ເຂົ້າລະຫັດ ແລະຖອດລະຫັດ URL ແລະສາຍຄຳຊອກຫາ. ຮອງຮັບ encodeURIComponent, decodeURIComponent, ແລະ query string parsing.
ອັດວີດີໂອ
ບີບອັດໄຟລ໌ວິດີໂອເພື່ອຫຼຸດຜ່ອນຂະຫນາດຂອງເຂົາເຈົ້າ. ເລືອກຄຸນນະພາບ, ຄວາມລະອຽດ, ແລະຮູບແບບຜົນຜະລິດ. ການປຸງແຕ່ງທັງຫມົດແມ່ນທ້ອງຖິ່ນ.
