JSON को CSV में और CSV को वापस JSON में रूपांतरित करें, दोनों तरह से. विभाजक चुनें, उद्धृत फ़ील्ड संभालें, और परिणाम कॉपी करें. सब कुछ आपके ब्राउज़र में चलता है.
JSON ⇄ CSV का उपयोग कैसे करें
दिशा चुनें: JSON से CSV या CSV से JSON.
अपना डेटा पेस्ट करें और विभाजक (अल्पविराम, अर्धविराम या टैब) चुनें.
आउटपुट पैनल से रूपांतरित परिणाम कॉपी करें.
This converter turns a JSON array of objects into CSV and parses CSV back into JSON, in both directions. Pick the direction, paste your data, choose the delimiter, and copy the result.
It is handy for moving data between spreadsheets, APIs and config files, and the whole conversion is client-side, so your data stays private.
It expects JSON as an array of objects, like [{"name":"Mo","age":3}]. The CSV columns are the union of all the keys across the objects, a single object becomes one row, and any nested value is written as JSON text inside its cell.
It follows the standard CSV quoting rules, so a value that contains the delimiter, a quote or a line break is wrapped in quotes and escaped correctly, and the CSV parser reads those values back without losing data.
You can choose comma, semicolon or tab as the delimiter. Comma is the default and most common; semicolon suits regions where the comma is the decimal separator and spreadsheets expect it; tab produces TSV.
When reading CSV back into JSON, it infers types sensibly: plain numbers and true/false become real JSON values, while a value with a leading zero such as 007 stays as text so identifiers and codes are not mangled.
अक्सर पूछे जाने वाले सवाल
वस्तुओं का एक array, जैसे [{"name":"Mo","age":3}]. कॉलम सभी कुंजियों का संघ हैं. एक एकल वस्तु एक पंक्ति बन जाती है, और नेस्टेड मान सेल के अंदर JSON के रूप में लिखे जाते हैं.
हां. विभाजक, उद्धरण या लाइन ब्रेक वाले फ़ील्ड CSV मानक का पालन करते हुए उद्धृत और एस्केप किए जाते हैं, और CSV पार्सर उन्हें सही ढंग से वापस पढ़ता है.
CSV पढ़ते समय, सादी संख्याएं और true/false वास्तविक JSON मान बन जाते हैं, जबकि अग्रणी शून्य वाले मान (जैसे 007) टेक्स्ट के रूप में रहते हैं ताकि पहचानकर्ता विकृत न हों.
नहीं. रूपांतरण पूरी तरह आपके ब्राउज़र में चलता है; आपके द्वारा पेस्ट की गई कोई भी चीज़ आपका डिवाइस नहीं छोड़ती.
इस टूल को एम्बेड करें
इस टूल को अपनी वेबसाइट में जोड़ें। नीचे दिया स्निपेट कॉपी करें; यह अपने आप अपडेट रहता है।
<iframe src="https://monu.tools/embed/hi/json-csv-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>संबंधित टूल
अमान्य इनपुट के लिए स्पष्ट त्रुटि संदेशों के साथ JSON को ऑनलाइन फ़ॉर्मेट करें, सुंदर बनाएं और वैलिडेट करें.
JSON को मिनिफाई करें फ़ाइल आकार कम करने के लिए, या इसे उचित इंडेंटेशन के साथ सुंदर बनाएं।
YAML को JSON में और JSON को वापस YAML में बदलें, दोनों दिशाओं में। कनवर्ट करते समय सत्यापन करता है और स्पष्ट त्रुटियां दिखाता है। सब कुछ आपके ब्राउज़र में चलता है।
JSON सैंपल से TypeScript इंटरफेस जनरेट करें, नेस्टेड टाइप, ऐरे और वैकल्पिक फ़ील्ड के साथ। आपके ब्राउज़र में चलता है।