Convert CSV to JSON

Form for CSV converting to JSON

This form allows you convert CSV data to JSON object, paste or upload your CSV file below:



Your result can be seen below.

Result of CSV conversion to JSON


Move to "Paste Code" for Save it

About CSV conversion to JSON

About CSV data conversion to JSON object

The CSV to JSON Converter was created for online transform CSV(Comma Separated Values) data into JSON(JavaScript Object Notation) object. It supports custom CSV column delimiters, if you use headers, then the first CSV row will be used for JSON object keys.

How it Works?

Just select the options you need and paste your CSV data to the textarea above and click to the button "Convert" and you will instantly get JSON.

Example of CSV conversion to JSON

Before:
"LatD", "LatM", "LatS", "NS", "LonD", "LonM", "LonS", "EW", "City", "State"
   41,    5,   59, "N",     80,   39,    0, "W", "Youngstown", OH
   42,   52,   48, "N",     97,   23,   23, "W", "Yankton", SD
   46,   35,   59, "N",    120,   30,   36, "W", "Yakima", WA
   42,   16,   12, "N",     71,   48,    0, "W", "Worcester", MA
   43,   37,   48, "N",     89,   46,   11, "W", "Wisconsin Dells", WI
After:
[
{
	"LatD": "41",
	"LatM": "5",
	"LatS": "59",
	"NS": "N",
	"LonD": "80",
	"LonM": "39",
	"LonS": "0",
	"EW": "W",
	"City": "Youngstown",
	"State": "OH"
},
{
	"LatD": "42",
	"LatM": "52",
	"LatS": "48",
	"NS": "N",
	"LonD": "97",
	"LonM": "23",
	"LonS": "23",
	"EW": "W",
	"City": "Yankton",
	"State": "SD"
},
{
	"LatD": "46",
	"LatM": "35",
	"LatS": "59",
	"NS": "N",
	"LonD": "120",
	"LonM": "30",
	"LonS": "36",
	"EW": "W",
	"City": "Yakima",
	"State": "WA"
},
{
	"LatD": "42",
	"LatM": "16",
	"LatS": "12",
	"NS": "N",
	"LonD": "71",
	"LonM": "48",
	"LonS": "0",
	"EW": "W",
	"City": "Worcester",
	"State": "MA"
},
{
	"LatD": "43",
	"LatM": "37",
	"LatS": "48",
	"NS": "N",
	"LonD": "89",
	"LonM": "46",
	"LonS": "11",
	"EW": "W",
	"City": "Wisconsin Dells",
	"State": "WI"
}]
After the conversion, you can apply the JSON object to your project or use it for some other purpose.
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal