/Automatic-xml-to-json-conversion-with-google-cloud

In this GitHub repository, you'll find a Python script designed to transform XML files into JSON format and subsequently upload the processed JSON files to Google Cloud Storage buckets. The script relies on a selection of Python libraries, including shutil, datetime, json, os, time, pathlib, xml.dom, xml.parsers, google.cloud.storage, and xmltodict

Primary LanguagePython

Watchers