cancel
Showing results for 
Search instead for 
Did you mean: 

Salesforce to csv

munish
New Contributor

Guys,
can you help me to create a pipeline or provide some sample pipleline to export all salesforce objects to csv?

Thanks

4 REPLIES 4

SatyaK
Employee
Employee

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)

marenas
New Contributor III

Hi,

I’m curious what account did you use for the Salesforce SOQL snap?

marenas
New Contributor III

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.