Easily convert SQL Schemas to Salesforce
- clone repo
- 'npm install'
- update credentials in build.properties
- run query.sql on your SQL server instance
- save the results as input.csv
- 'node roboSchema1.js' : converts the SQL metadata to a CSV with Salesforce metadata
- preview / adjust transformed.csv
- see how to add relationships in transformedWithRelationshipsAdded.csv example
- 'node roboSchema2.js' : converts the transformed CSV to Salesforce XML metadata you can deploy
- 'ant deploy'
- celebrate
More info here from our Dreamforce session: https://www.slideshare.net/danieljpeter/save-millions-of-clicks-easily-migrate-complex-schemas-from-sql-to-salesforce