> How to use Excel or free tool to specify csv string or number?

How to use Excel or free tool to specify csv string or number?

Posted at: 2014-12-18 
I am working with csv files with thousands of records. Some of the columns are supposed to be strings and some are supposed to be numbers.

I then want to convert the csv file to json. How can I specify which columns are strings and which are numbers so that when I convert them to json, the strings have quote marks and the numbers don't?