Created
May 29, 2014 13:13
-
-
Save ian-plosker/50f64c3b79a190f4cf91 to your computer and use it in GitHub Desktop.
Sample Orchestrate JDBC Import Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "selectQuery" : "select foodDescs.*, foodCats.fdgrp_desc from foodDescs join foodCats on foodCats.fdgrp_cd = foodDescs.fdgrp_cd", | |
| "primaryField" : "ndb_no", | |
| "updatedAtField": "updated_at", | |
| "source" : "jdbc:mysql://localhost/nutridb_sr25_sanitized", | |
| "username" : "root", | |
| "password" : "", | |
| "apiKey" : "c9a0e182-7c01-48d2-81dd-dc36c4e3e79d", | |
| "collection" : "food9" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment