Skip to content

Mesnyankin/Python-ParserJsonToCsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-ParserJsonToCsv

Author: Mesnyankin Alexey
Data: 22/08/2017

Given: json file

Task:

Extract the fields "created", "status", "coordinates", "id" (from the "tasks" block!), "User_id" from the file.
Write them to a * .csv file with a TAB delimiter.