Python Forum
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
appending json file
#1
Hi Guys,

I'm really new to python and just starting studying the basics of it. So please forgive me if I'm abit slow in understanding :)

So here is my issue, I have been trying to write a json file using python where the data comes from a API from our vendor. My issue is every time I append it, the file becomes an invalid json file.Using the json viewer, below is a sample of the json file. The API will only allow me to download max 100 data and then I need to use pagination to extract all data from the API. Hope someone can help me with it :)

{}-metadata
[]interactiondata
{}0
{}info
{}sdes
{}surveys
{}campaign
{}linescores
{}transcripts
{}visitorinfo
{}1
{}2
{}3
Reply


Messages In This Thread
appending json file - by Buddy - Oct-23-2017, 07:57 AM
RE: appending json file - by buran - Oct-23-2017, 10:07 AM
RE: appending json file - by Buddy - Oct-26-2017, 01:14 AM
RE: appending json file - by Larz60+ - Oct-26-2017, 02:43 AM
RE: appending json file - by Buddy - Oct-26-2017, 03:25 AM
RE: appending json file - by Larz60+ - Oct-26-2017, 04:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  encrypt data in json file help jacksfrustration 1 280 Mar-28-2024, 05:16 PM
Last Post: deanhystad
  parse json field from csv file lebossejames 4 799 Nov-14-2023, 11:34 PM
Last Post: snippsat
  Python Script to convert Json to CSV file chvsnarayana 8 2,601 Apr-26-2023, 10:31 PM
Last Post: DeaD_EyE
  Loop through json file and reset values [SOLVED] AlphaInc 2 2,207 Apr-06-2023, 11:15 AM
Last Post: AlphaInc
  Converting a json file to a dataframe with rows and columns eyavuz21 13 4,710 Jan-29-2023, 03:59 PM
Last Post: eyavuz21
  validate large json file with millions of records in batches herobpv 3 1,316 Dec-10-2022, 10:36 PM
Last Post: bowlofred
  Appending a row of data in an MS Excel file azizrasul 3 1,220 Nov-06-2022, 05:17 PM
Last Post: azizrasul
  Writing to json file ebolisa 1 1,041 Jul-17-2022, 04:51 PM
Last Post: deanhystad
  Trying to parse only 3 key values from json file cubangt 8 3,549 Jul-16-2022, 02:05 PM
Last Post: deanhystad
  Print to a New Line when Appending File DaveG 0 1,243 Mar-30-2022, 04:14 AM
Last Post: DaveG

Forum Jump:

User Panel Messages

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