Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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