小编use*_*015的帖子

使用python导入Salesforce报告数据

我是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的基本步骤和一些示例代码吗

salesforce python-2.7

4
推荐指数
1
解决办法
3141
查看次数

标签 统计

python-2.7 ×1

salesforce ×1