felixlindstrom / python-salesforce-api

Python Salesforce API wrapper made easy
MIT License
35 stars 15 forks source link

is there a way to just provide csv for bulk upload #1

Closed arangari closed 3 years ago

arangari commented 5 years ago

hi, i am using the library. however in my application, i am already getting the csv files. so step for converting csv to json and back to csv is not useful.

is there option to just provide csv name? Here, obviously, it will work only for max-size. we may have to develop function for 'csv-within-limit' and also a splitting.

also, if list of json is provided, does the library handles splitting of records to get the csv only for max allowed size?

regards, amit