Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
ANanda1667481056
Contributor
Contributor

how to fetch and upload the XML from salesforce to local directory

I want to fetch the XML file from salesforce content version and each content version a new XML file needs to be created on my locale directory. Any idea for the same

Labels (4)
1 Reply
Anonymous
Not applicable

Maybe you can design the job like :

tSalesforceInput -> Read the content from salesforce by SOQL

+

tWriteXMLField -> write the content to xml string

+

tFileOuputXML -> write the xml content to local file