Configuring the Job for inserting bulk data into Salesforce - Cloud - 8.0

Salesforce

Version
Cloud
8.0
Language
日本語
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
ジョブデザインと開発 > サードパーティーシステム > ビジネスアプリケーション > Salesforce
データガバナンス > サードパーティーシステム > ビジネスアプリケーション > Salesforce
データクオリティとプレパレーション > サードパーティーシステム > ビジネスアプリケーション > Salesforce
Last publication date
2023-09-14

Procedure

  1. Double-click the tFileInputDelimited component to open its Basic settings view.
  2. In the File name/Stream field, browse to or enter the path to the input data file. In this example, it is D:/SalesforceAccount.txt.
  3. Click the [...] button next to Edit schema and in the pop-up schema dialog box, define the schema by adding four columns Name, ParentId, Phone and Fax of String type. When done, click OK to save the changes and close the dialog box.
  4. Double-click the tSalesforceOutputBulkExec component to open its Basic settings view.
  5. In the User Id, Password and Security Key fields, enter the user authentication information required to access Salesforce.
  6. Click the [...] button next to the Module Name field and in the pop-up dialog box, select the object you want to access. In this example, it is Account.
  7. In the Bulk File Path field, browse to or enter the path to the CSV file that stores the data for bulk processing. The bulk file to be processed must be in csv format.
  8. Double-click the first tLogRow component to open its Basic settings view.
  9. In the Mode area, select Table (print values in cells of a table) for better readability of the results.
  10. Do the same to configure the second tLogRow component.