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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Upload attachments to Salesforce

Hi ,
I am new to Talend and have a requirement to upload files from folder (mostly from FTP)  to salesforce . The filenames contains salesforce record ids to which it should be added as an attachment. So the logic should include getting record id , file name and filebody (contents) from the specified location and upload it to salesforce . I am not able to identify the components to be use for this requirement . How it can be achieved using Talend?
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi,
Have you tried to upload files in Salesforce into "Attachment" Object using tSalesforceOutput?
Best regards
Sabrina

0683p000009MDuC.png
Anonymous
Not applicable
Author

Yes Sabrina . I used Attachment object in tSalesforceOutput component . But was not able to map filecontents to Body field of this object. I want to fetch filename and Salesforce record id from the file so I used tFilePorperties component . To get filebody I used tFileInputRaw component. But not able to map all these to Salesforce object .
Your quick help on this will be appreciated.
Thanks ,
Jyotsna
0683p000009MEMb.png