Posts Tagged ‘metadata API’

Cloud Converter In Action: Automatically Convert MS SQL Server to Force.com - March 1, 2009 at 5:09 pm

 Had a great note today from a Salesforce Sales Engineer in Belgium. David wrote:

 (After David, I have one more screen shot.)

*****

Just wanted to let you know that I’ve spent some time with the new version of the Cloud Converter code you’ve got up on Code Share : It works like a charm and it will be very useful for us and our customers.

I’ve tested it on a local [MS] SQLExpress Server.

Fwd: Cloud Converter

Converts nicely to:

Fwd: Cloud Converter

I’m sure you’ve seen this in action before but I hadn’t, it’s very cool. Beautiful usage of our Metadata API. The java code is really easy to adapt to any db or table.

*****

Thanks, David.

This next screen shot shows a few other things — namely, the lookup relationship and long field types.

Cloud Converter

 

 

 

Cloud Converter: Automatically turn your dirt bound db tables to Force.com objects - January 4, 2009 at 6:38 pm

(???

I just posted Cloud Converter to Google code.  It’s a bunch of Java code that:

** connects to a dirt bound database you specify — anything with a JDBC connector should work (MySQL, Lotus Notes, Microsoft SQL, Oracle)
** inspects the meta data
** creates a matching object in Force.com
** modifies the default page layout to include all of the fields and creates a custom tab for it
** moves data from the dirt to the cloud

Pretty straightforward.  The "ReadMe.txt" gives more detail.  I’ll be putting together a screen flow shortly.  Questions?  Drop me an email: rcarlberg@modelmetrics.com.

Model Metrics has released this as open source with an MIT License

Enjoy!

1/7 Update: This is now on Salesforce.com’s Code Share.