我是sfdc的新手。我有用户已创建的报告。我想使用python将报告的数据转储到csv / excel文件中。我看到有几个python软件包。但是我的代码给出了一个错误
from simple_salesforce import Salesforce
sf = Salesforce(instance_url='https://cs1.salesforce.com', session_id='')
sf = Salesforce(password='xxxxxx', username='xxxxx', organizationId='xxxxx')
Run Code Online (Sandbox Code Playgroud)
我可以掌握设置API的基本步骤和一些示例代码吗