Skip to content

Instantly share code, notes, and snippets.

@Jammink2
Created April 8, 2016 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jammink2/bb5845432c22793c7ae1d2018ddde367 to your computer and use it in GitHub Desktop.
Save Jammink2/bb5845432c22793c7ae1d2018ddde367 to your computer and use it in GitHub Desktop.
in:
type: sfdc
username: "USERNAME" # your salesforce username
password: "PASSWORD" # your Salesforce password
security_token: "SECURITY_TOKEN" # your Security Token
client_id: "CLIENT_ID" # your app's consumer key
client_secret: "CLIENT_SECRET" # your app's consumer secret
login_url: https://login.salesforce.com/
incremental: false # incremental = full data dump
target: Account # Salesforce Object to import
out:
mode: replace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment