06-25-2020 04:35 PM
Guys,
can you help me to create a pipeline or provide some sample pipleline to export all salesforce objects to csv?
Thanks
07-07-2020 01:07 AM
Hi Munish,
You can achieve this with the below workflow:
Write a query to list all the Salesforce Objects → Read each object → Write a CSV file with the object name. Please find the attached pipelines.
create_csv_from_Salesforce_2020_07_07.slp (6.1 KB) query_All_SalesForceObjects_2020_07_07.slp (4.7 KB)
03-10-2022 10:34 AM
Hi,
I’m curious what account did you use for the Salesforce SOQL snap?
03-10-2022 12:52 PM
You can use Salesforce Account
03-10-2022 01:05 PM
Yes, I did and also I updated the service version of the sample SLP file to the latest version 52.0 then I was able to validate the snap using the Salesforce account
Thank you for the reply.