Say MyName
Say MyName

Reputation: 21

Import CSV into Salesforce (group edition) automatically

I'd like to import CSV file into Salesforce automatically, e.g. once a day. I can't use Data Loader (Bulk API), because I don't have the needed edition. Is there any other, simple way?

Upvotes: 2

Views: 118

Answers (1)

raffters
raffters

Reputation: 186

Check to see if DBAmp (on the app exchange) is available for your edition. If it is, then you can use a SQL stored procedure to do it.

Otherwise, I think your only other option would be to schedule an Apex job in Salesforce to grab it from somewhere accessible (like an FTP).

Upvotes: 0

Related Questions