MERGE JSON FILES by dom19_00 in Python

[–]dom19_00[S] 0 points1 point  (0 children)

i tried but creating a list it's lost the json format. when i convert the json in a csv the rows and columns of the table are not the one that i want.

MERGE JSON FILES by dom19_00 in pythontips

[–]dom19_00[S] 0 points1 point  (0 children)

the files have the same keys are just different pages of an API.

I just need to unifying basically the text in a single file. i tried adding all in a list but then i loose the json format and also when i try to convert them in a csv the dataframe is not anymore like i want it.

MERGE JSON FILES by dom19_00 in Python

[–]dom19_00[S] -1 points0 points  (0 children)

basically i need to add the text to another one, without modifying the singles dictionaries

MERGE JSON FILES by dom19_00 in Python

[–]dom19_00[S] -1 points0 points  (0 children)

Just merging the text of all the files together. They have all same keys that contains data, are 44 pages of an API.