Python Forum
extract specific data from a group of json-files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
extract specific data from a group of json-files
#3
Hi @DeaD_EyE! Thank you for helping me!
where do I need to put my file to open it? Right now it's situated in my documents, but when I tried to open it, I received following error:
Error:
--------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) <ipython-input-1-b22700e301c2> in <module> 1 import json 2 ----> 3 with open('2015-05-14_16-35-57_UTC_janedoe.json') as fd: 4 data=jsonloafs(fd) FileNotFoundError: [Errno 2] No such file or directory: '2015-05-14_16-35-57_UTC_janedoe.json'
Reply


Messages In This Thread
RE: extract specific data from a group of json-files - by ledgreve - Dec-05-2019, 09:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why can't it extract the data from .txt well? Melcu54 4 1,898 Dec-12-2024, 07:36 PM
Last Post: Melcu54
  Write json data to csv Olive 6 1,515 Oct-22-2024, 06:59 AM
Last Post: Olive
  JSON File - extract only the data in a nested array for CSV file shwfgd 2 1,204 Aug-26-2024, 10:14 PM
Last Post: shwfgd
  Python script to extract data from API to database melpys 0 1,103 Aug-12-2024, 05:53 PM
Last Post: melpys
  Trying to generating multiple json files using python script dzgn989 4 2,678 May-10-2024, 03:09 PM
Last Post: deanhystad
  encrypt data in json file help jacksfrustration 1 2,433 Mar-28-2024, 05:16 PM
Last Post: deanhystad
  Is it possible to extract 1 or 2 bits of data from MS project files? cubangt 8 4,121 Feb-16-2024, 12:02 AM
Last Post: deanhystad
  data validation with specific regular expression shaheen07 0 938 Jan-12-2024, 07:56 AM
Last Post: shaheen07
Question Need help for a python script to extract information from a list of files lephunghien 6 2,762 Jun-12-2023, 05:40 PM
Last Post: snippsat
  script to calculate data in csv-files ledgreve 0 2,501 May-19-2023, 07:24 AM
Last Post: ledgreve

Forum Jump:

User Panel Messages

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