Salesforce Import Tool

The Salesforce import tool provided by RazorSQL allows users to import data into Salesforce.com databases. The following import options are supported:

  • Delimited Files: delimited files such as comma separated (csv), tab separated (tsv) space separated, and any other type of delimited file.
  • Excel Spreadsheets: the Salesforce.com import tool can automatically read and import data from Excel spreadsheets into Salesforce database tables.
  • SQL Insert Statements: the import tool can read SQL statements from a file and execute them against the Salesforce database. This is provided the insert statements follow the SQL syntax standards supported by the RazorSQL Salesforce database driver.

The Salesforce import tool prompts the user for information about the table for which to import the data and the way in which the columns match up to the imported data. The import tool can then execute the import, or generate the SQL insert statements necessary to perform the import.

The Salesforce.com data import tool allows users to specify whether or not to halt on error. Users can also choose to not actually update the data, but instead write the generated SQL insert statements to an output file for later execution.

For more information on the Salesforce.com import tool, see the following documentation:

Import Tool Documentation

RazorSQL also offers many other Salesforce tools such as a Salesforce database browser, and much more. See the main Salesforce Features Page for more information.