Skip to content

Commit

Permalink
modify newline
Browse files Browse the repository at this point in the history
  • Loading branch information
lushl9301 committed Jun 27, 2015
1 parent acf6d8e commit a43a744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csvParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


jsonFile = open("raw_data.json", "a")
jsonFile.write("\n")
with open('export.csv') as csvFile:
csvFile.readline()
fieldNames = csvFile.readline().replace('\n','').split(',')
Expand Down

0 comments on commit a43a744

Please sign in to comment.