Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSV to Json
#7
Not sure how to fix the problems
dnode = rnode['RecIds'] = {"RecIds":[]}

segment = {
"type": "A",
"value": row["A"]
}
dnode['RecIds'].append(segment)
Reply


Messages In This Thread
CSV to Json - by starfish - Jul-08-2020, 07:25 PM
RE: CSV to Json - by Larz60+ - Jul-08-2020, 08:51 PM
RE: CSV to Json - by starfish - Jul-08-2020, 09:24 PM
RE: CSV to Json - by starfish - Jul-10-2020, 06:56 PM
RE: CSV to Json - by Larz60+ - Jul-11-2020, 03:17 AM
RE: CSV to Json - by starfish - Jul-11-2020, 11:10 PM
RE: CSV to Json - by starfish - Jul-18-2020, 10:26 PM

Forum Jump:

User Panel Messages

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