Thanks to visit codestin.com
Credit goes to github.com

Skip to content

convert CSV to JSON. you'll definitely need to edit this, depending on the input you have and the output you need. but here you go.

Notifications You must be signed in to change notification settings

ingernet/csvtojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvtojson

A quick little mapper thing I had to slap together when the company that hosted our ticket tracking system quietly turned out the lights and snuck out the back door in the middle of the night. We were able to export our issue tickets with most of the metadata intact, but of course the new system we went to required JSON, when all we had was a couple of CSVs.

Written in Python 3, no fancy libs required.

Usage:

./converter.py > exportfile.json

Author:

Inger Klekacz, [email protected]

About

convert CSV to JSON. you'll definitely need to edit this, depending on the input you have and the output you need. but here you go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages