preetiverma1
5 years agoQrew Member
how to add the csv data using API_importcsv api using python code.
how can i add the csv data in the quickbase table from the outside.
csv_data = df_track_changed_for_ins.to_csv(r'C:\Users\preet\Documents\insterted1.csv',index=False)
how can i check with the url for import api.
how can i use the API in post using python.
like : x = requests.post(https://{data}.quickbase.com/db/bqi9wpaun?a=td, data=data);
where i send the clist and user token in the url
can i have the complete url for the api with the user token ,csv data and c list
Thanks
------------------------------
preeti verma
------------------------------
csv_data = df_track_changed_for_ins.to_csv(r'C:\Users\preet\Documents\insterted1.csv',index=False)
how can i check with the url for import api.
how can i use the API in post using python.
like : x = requests.post(https://{data}.quickbase.com/db/bqi9wpaun?a=td, data=data);
where i send the clist and user token in the url
can i have the complete url for the api with the user token ,csv data and c list
Thanks
------------------------------
preeti verma
------------------------------