Skip to content

Instantly share code, notes, and snippets.

@Jammink2
Created May 7, 2016 00:03
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/0d6bc7d60ab5bc669e40ff7f06123777 to your computer and use it in GitHub Desktop.
Save Jammink2/0d6bc7d60ab5bc669e40ff7f06123777 to your computer and use it in GitHub Desktop.
in:
type: sfdc
username: "USERNAME" # your username
password: "PASSWORD" # your 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/ # test.salesforce.com for sandbox
incremental: false # 'full dump', see Scheduled execution below
target: Account # Salesforce Object you want to import
out:
mode: replace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment