Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to exctract this json to csv
Post: RE: How to exctract this json to csv

Thank you. I didn't test it yet but it should work. Another question :) I don't want to include 'all-services' in the code and maybe there will be more arrays than one, so for example: { "all-service...
kahlenberg General Coding Help 6 3,036 May-04-2020, 09:34 AM
    Thread: How to exctract this json to csv
Post: RE: How to exctract this json to csv

Thanks for answers. I forgot to include my code, what I did. So here is my code. Of course it is not yet complete. import csv, json, sys if sys.argv[1] is not None and sys.argv[2] is not None: fil...
kahlenberg General Coding Help 6 3,036 May-03-2020, 09:09 PM
    Thread: How to exctract this json to csv
Post: How to exctract this json to csv

Hi, I have a json file and I want to convert it to csv. What I found is it depends on json format. JSON file contains: {"all-services": [ { "Message" : "Everything is ok", "Pri...
kahlenberg General Coding Help 6 3,036 May-03-2020, 05:25 PM
    Thread: Getting EXIF data from image AND video files
Post: Getting EXIF data from image AND video files

Hi, I want to sort lots of image and video files according to recorded date. I want to read EXIF data from these files. I have found a script named EXIF.py but it can read only EXIF data in image file...
kahlenberg General Coding Help 2 14,785 Jan-07-2018, 08:25 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020