Salesforce Object (Bulk API)

Parameter

Value

object

the salesforce object name auth

authUrl

the url that issues the token, e.g. https://test.salesforce.com/services/oauth2/token

clientId

the un-encrypted client id for the connected app (NOTE: if done through the config using a text editor it must have the encrypted values)

clientSecret

the encrypted client secret for the connected app

username

the encrypted salesforce user account

password

the encrypted salesforce user account password

The attributes clientId, clientSecret, username, password are case sensitive

<SalesforceDataSource 
    object="String" 
    authUrl="String" 
    clientid="String" 
    clientsecret="String" 
    username="String"
    password="String">
    <Schema>
    ...
    </Schema>
    <Filter/>
</SalesforceDataSource>

Last updated