/Salesforce_Python

Get Columns by running query through salesforce python library

Primary LanguagePythonMIT LicenseMIT

How to Use?

  1. Update Auth.py file.
  2. Run command
python Get_ID.py --object Object1 --columns "Id, col1, col2, col3" --where_field Name --csv_file myfile.csv --csv_field_map NameofPerson
  1. Output will be stored in the Output.csv.