coffeewqp.blogg.se

Python json to csv
Python json to csv






python json to csv

Münzen = open(r"C:\Users\LordK\Desktop\Daten Krmnicek\Versuch JSON STruktur\MünzenID.csv", 'r')įuFelder =

python json to csv

Jsonfile = open(r"C:\Users\LordK\Desktop\Daten Krmnicek\Versuch JSON STruktur\Skript\out.json", 'w') The code used below: Fundorte = open(r"C:\Users\LordK\Desktop\Daten Krmnicek\Versuch JSON STruktur\FundorteID.csv", 'r') I want to create a JSON, so that i can implement geodata in the next step and create a nested GeoJason from this dataset.Īfterwards i wanted to use the Geodata in Leaflet. I wanted to create a nested structure, where every coind of a Findplace is linked inside a nested part of my findplace (Fundorte). I have two tables one containing Information over a findplace of archeological finds with a ID then i have a second table with many coins (80.000) linked with the ID to the findplaces. Problems joining two CSV Tables over ID and exporting as a nested JSON








Python json to csv