Insert CSV Columns
「Insert CSV Columns」는 텍스트 및 문서 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.
UTF-8 CSV or plain text up to 10 MB. Processing happens locally in your browser.
Comma-separated names, in insertion order.
One value for each new column.
Use 1 for the first column. Leave blank to append at the end.
사용 방법
사용 방법
- Choose a CSV file or paste comma-separated text into the editor.
- Enter matching column names and default values, then choose where the new columns should be inserted.
- Insert the columns, review the preview, and download the updated CSV.
Insert several columns together
Enter column names and default values as comma-separated lists. Each name is paired with the value at the same position, so you can add multiple fields in one operation.
Rows and quoted fields stay structured
The parser handles commas inside double-quoted fields, escaped double quotes, and line breaks inside quoted fields. Existing rows are preserved; shorter rows receive the inserted values at the selected position.
Local processing with a practical limit
Reading, parsing, previewing, and downloading happen in your browser. Input files are limited to 10 MB, and the preview is limited to 100,000 characters for responsiveness. The tool expects comma-separated UTF-8 text.
자주 묻는 질문
더 알아보기
How do I add multiple columns?
Enter the new header names separated by commas, then enter the same number of default values separated by commas. Quoted values can contain commas.
Where can the new columns be inserted?
Choose the first existing column before which to insert them, or choose the end to append them after the current fields.
Are existing CSV values uploaded?
No. The file is read and transformed locally in your browser.
Does this detect semicolon-separated data?
No. This page uses commas as the delimiter. Convert another delimiter to CSV first.