Convert CSV to JSON
Convert CSV data to JSON format.
Add new columns to CSV data at specified positions.
This tool allows you to insert new columns into CSV data at specified positions. You can prepend, append, or insert columns at custom positions based on header names or column numbers.
If the input CSV file is incomplete (missing values), then add empty fields or custom symbols to records to make a well-formed CSV?
Specify where to insert the columns in the CSV file.
In this example, we insert a single column "city" at position 1 in the CSV data. The input CSV has data about cars, including the "Brand" and "Model" of the car. We now add a "city" column at position 1. To do this, we enter the city data in the comma-separated format in the "New Column" option, and to quickly add the new column at position 1, then we specify the position number.
If the input CSV file is incomplete (missing values), then add empty fields or custom symbols to records to make a well-formed CSV?
Specify where to insert the columns in the CSV file.
Select the method to insert the columns in the CSV file.
In this example, we append two data columns to the end of CSV data. The input CSV has data about cars, including the "Brand" and "Model" of the car. We now add two more columns at the end: "Year" and "Price". To do this, we enter these two data columns in the comma-separated format in the "New Column" option, and to quickly add the new columns to the end of the CSV, then we specify the name of the header they should be put after.
If the input CSV file is incomplete (missing values), then add empty fields or custom symbols to records to make a well-formed CSV?
Specify where to insert the columns in the CSV file.
Select the method to insert the columns in the CSV file.
Header of the column you want to insert columns after.
In this example, we append two data columns to the end of CSV data. The input CSV has data about cars, including the "Brand" and "Model" of the car. We now add two more columns at the end: "Year" and "Price". To do this, we enter these two data columns in the comma-separated format in the "New Column" option, and to quickly add the new columns to the end of the CSV, then we select append.
If the input CSV file is incomplete (missing values), then add empty fields or custom symbols to records to make a well-formed CSV?
Specify where to insert the columns in the CSV file.
Convert CSV data to JSON format.
Convert CSV data to XML format.
Convert CSV rows to columns.
Convert CSV data to TSV format.
Reorder CSV columns.
Quickly convert a CSV file to a YAML file.
Change CSV file delimiter
Quickly find rows and columns in CSV that are missing values.
Quickly transpose a CSV file.
Convert TSV to JSON format