Skip to main content

Convert Api responst to CSV, XML, PDF or HTML file

Project description

Json_X_Converter

Under construction! Not ready for use yet! Currently experimenting and planning!

Developed by Snehal Borkar (c) 2022

Examples of How To Use (Buggy Alpha Version)

Import classes

from json2Xconverter.api_call_flat  import ApiCall, Flatten

from json2Xconverter.x_converter import XConverter



 

data=ApiCall.api_call(url)

print(data)

df =Flatten.flatten_json(data)

print(df)



XConverter(df,"test.csv").df_csv()

Methods available in api_resp_flat module - ApiCallFlat class

api_call(url)-Call Api and returns json data

ApiCall.api_call(url)

flatten_json(data)- Take data of type <class: dict> as parameter flatten it and converts to pandas dataframe

Flatten.flatten_json(data)

##Methods available in x_converter module - XConverter class

obj = XConverter(df,file_name)

obj.df_csv()

obj.df_xml()

obj.df_html()

obj.df_pdf(html_filename)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

json2Xconverter-0.0.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

json2Xconverter-0.0.2-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page