எதுவும் upload செய்யப்படாது. Processing உங்கள் browser-இலேயே நடக்கும்.
CSV Editor (Preview, Columns நீக்கு, மற்றும் மீண்டும் Download செய்)
முதலில் பார்த்து, பிறகு திருத்துங்கள். தேவையற்ற columns-ஐ நீக்கி, data-ஐ சீரமைத்து, புதிய CSV-ஐ download செய்யுங்கள்.
உங்கள் CSV-ஐ preview செய்து, வைத்திருக்க வேண்டிய columns-ஐத் தேர்வு செய்து, split, merge, மற்றும் reorder operations-ஐ முழுவதும் browser-இலேயே செய்யுங்கள்.
இந்த CSV Editor மூலம் நீங்கள் செய்யக்கூடியவை
CSV preview (முதல் N rows)
- Edits பயன்படுத்துவதற்கு முன் data-ஐச் சரிபார்
- Automatic delimiter detection மற்றும் manual override
- Encoding switch ஆதரவு (UTF-8 / Shift_JIS)
Column selection மற்றும் removal
- உங்களுக்கு தேவையான columns மட்டுமே வைத்திருங்கள்
- Export செய்வதற்கு முன் output column names மற்றும் count-ஐச் சரிபார்க்கவும்
Column reorder (advanced)
- Order-ஐ மாற்ற drag செய்யுங்கள்
- இது row sorting அல்ல; column position-ஐ மட்டும் மாற்றும்
Column splitting
- ஒரு column-ஐ பல columns ஆகப் பிரி
- Maximum split count மற்றும் overflow handling-ஐ அமைக்கவும்
- Advanced mode-இல் regex-based splitting
Column merging
- பல columns-ஐ ஒரு புதிய output column ஆக merge செய்
- Separator-ஐத் தேர்வு செய்: _, /, -, space, அல்லது custom
- Blank handling-ஐத் தேர்வு செய் (skip/include)
பயன்படுத்துவது எப்படி (3 படிகள்)
- CSV file-ஐ load செய்யுங்கள் (file picker அல்லது drag and drop).
- Preview-ஐச் சரிபார்த்து edit செய்யுங்கள் (columns வைத்திரு/நீக்கு, reorder, split, merge).
- மாற்றிய 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 மூலமும் தேடு
Column operations
- இந்த column-ஐ வைத்திரு (checkbox)
- Select all / Clear all / Show selected only
- 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)
அடிக்கடி கேட்கப்படும் கேள்விகள்
Upload செய்த CSV எங்காவது அனுப்பப்படுகிறதா?
இல்லை. Parsing மற்றும் transformation உங்கள் browser-இலேயே local ஆக இயங்கும்.
Columns-ஐ reorder செய்ய முடியுமா?
ஆம். Advanced options-இல் drag reorder-ஐ enable செய்யுங்கள்.
Preview-இல் எத்தனை rows காட்டப்படும்?
வேகத்திற்காக 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 செய்யும்போது முழு file processing பயன்படுத்தப்படும்.
- Quoted commas அல்லது line breaks உள்ள CSV-க்கு standards-compliant parser தேவை (இங்கே ஆதரிக்கப்படுகிறது).
- பெரிய files க்கு processing speed உங்கள் device performance-ஐப் பொறுத்தது.