CSV Editor (Preview, Columns हटाएँ, और फिर से Download करें)

पहले inspect करें, फिर edit करें। अनावश्यक columns हटाएँ, data tidy करें, और नया CSV download करें।

अपने CSV की preview देखें, कौन-सी columns रखनी हैं चुनें, और split, merge, और reorder operations पूरी तरह browser में लागू करें।

कुछ भी upload नहीं होता। Processing पूरी तरह browser में रहती है।

CSV preview देखें और रखने वाली columns चुनें
Columns हटाएँ, reorder करें, split करें, और merge करें
कोई file upload नहीं (local processing)
Converted CSV को अलग file के रूप में download करें

इस CSV Editor से आप क्या कर सकते हैं

CSV preview (पहली N rows)

  • Edits लागू करने से पहले data जाँचें
  • Manual override के साथ automatic delimiter detection
  • Encoding switch support (UTF-8 / Shift_JIS)

Column selection और removal

  • केवल वही columns रखें जिनकी ज़रूरत है
  • Export से पहले output column names और count जाँचें

Column reorder (advanced)

  • Column order बदलने के लिए drag करें
  • यह column position बदलता है, row sorting नहीं

Column splitting

  • एक column को कई columns में बाँटें
  • Max split count और overflow handling सेट करें
  • Advanced mode में regex-based splitting

Column merging

  • कई columns को एक नए output column में मिलाएँ
  • Separator चुनें: _, /, -, space, या custom
  • Blank handling चुनें (skip/include)

उपयोग कैसे करें (3 Steps)

  1. CSV file load करें (file picker या drag and drop)।
  2. Preview देखें और edit करें (columns रखें/हटाएँ, reorder, split, merge)।
  3. Transformed CSV download करें। आपकी original file नहीं बदलती।

UI / Settings

Load

  • Delimiter: Auto / , / Tab / ; / | / Other
  • Encoding: Auto / UTF-8 / Shift_JIS
  • Header row: पहली row को column names मानें (ON/OFF)

Preview

  • Preview rows: पहली 50 / 100 / 200
  • Column name और preview value के आधार पर search

Column operations

  • इस column को रखें (checkbox)
  • सब चुनें / सब हटाएँ / केवल selected दिखाएँ
  • Advanced: columns reorder करने के लिए drag करें

Split / Merge / Download

  • Split: target column, method, max splits, new names
  • Merge: target columns, new name, separator, blank policy
  • Download: file name, line endings (LF / CRLF)

अक्सर पूछे जाने वाले प्रश्न

क्या मेरी uploaded CSV कहीं भेजी जाती है?

नहीं। Parsing और transformation आपके browser में local रूप से चलती है।

क्या मैं columns reorder कर सकता हूँ?

हाँ। Advanced options में drag reorder सक्षम करें।

Preview में कितनी rows दिखाई जाती हैं?

Speed के लिए preview पहली N rows तक सीमित है, लेकिन transformations पूरी file पर चल सकती हैं।

क्या यह mixed delimiter patterns संभाल सकती है?

हाँ। Advanced mode में regex splitting mixed delimiter patterns संभाल सकती है।

क्या मैं merge separator चुन सकता हूँ?

हाँ। _, /, -, space, या custom separator चुनें।

क्या मेरी original file बदल जाएगी?

नहीं। Result अलग file के रूप में download होती है।

क्या मैं Shift_JIS CSV files खोल सकता हूँ?

हाँ। Encoding में automatic detection और manual switching दोनों समर्थित हैं।

नोट्स

  • Responsiveness के लिए preview में केवल पहली N rows दिखाई जाती हैं। Export पर full-file processing फिर भी लागू होती है।
  • Quoted commas या line breaks वाली CSV के लिए standards-compliant parser चाहिए (यहाँ समर्थित है)।
  • बड़ी files के लिए processing speed आपके device performance पर निर्भर करती है।