News

I'm trying to get a python script working to convert my csv file to the correct json format. I'm not a programmer...but I am lazy. So when I add more questions in the future I want this to be as ...
If you need to convert that file from CSV to JSON, you can do that with the csvjson command like so: csvjson clients.csv > clients.json. Csvkit has a couple of other handy tricks up its sleeve.