Skip to content

AlexYanai/csv_to_json_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV to JSON

A small program to read in a csv and print out json. The csv parsing is inspired by, and based off of code found in K&P's The Practice of Programming.

####Compile:

gcc -o convert convert.c

####Run: convert reads in the csv line by via line via the terminal, so the file needs to be piped in.

cat test.csv | ./convert

About

Parse CSV and print out JSON in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages