
Anonymous
Not applicable
2014-04-30
06:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Download specific files from FTP that don't exist in Salesforce
Hi,
I am trying to build a process that download files from a FTP that don't exist in Salesforce, and those which don't exist, load them in Salesforce. I am having problems to get the files that don't exist in Salesforce.
This is the process that i have
Any help will be appreciated.
I am trying to build a process that download files from a FTP that don't exist in Salesforce, and those which don't exist, load them in Salesforce. I am having problems to get the files that don't exist in Salesforce.
This is the process that i have
Any help will be appreciated.
249 Views
3 Replies

Anonymous
Not applicable
2014-05-01
02:06 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
From screenshot it seems that you are implementing a join(not sure which) to get the list of files from ftp that don't exists salesforce and again load them in salesforce. If this is correct
- Implement InnerJoin in tMap with FTP files list as main and SalesForce as lookup
- Get InnerJoinReject from tMap output - This will give you list of files which are not avaiable in SalesForce
- Iterate on each file to load into SalesForce
Check one of the useful post - http://www.talendforge.org/forum/viewtopic.php?pid=23969#p23969
Vaibhav
From screenshot it seems that you are implementing a join(not sure which) to get the list of files from ftp that don't exists salesforce and again load them in salesforce. If this is correct
- Implement InnerJoin in tMap with FTP files list as main and SalesForce as lookup
- Get InnerJoinReject from tMap output - This will give you list of files which are not avaiable in SalesForce
- Iterate on each file to load into SalesForce
Check one of the useful post - http://www.talendforge.org/forum/viewtopic.php?pid=23969#p23969
Vaibhav
249 Views

Anonymous
Not applicable
2014-05-04
09:19 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your solution. It really helped!
249 Views

Anonymous
Not applicable
2014-05-04
11:29 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi sbravo,
Would you mind marking your post as "resolved" so that other users can identify it.
Best regards
Sabrina
Would you mind marking your post as "resolved" so that other users can identify it.
Best regards
Sabrina
249 Views
