Data Loader Flashcards
In what situation should the data loader be used in Salesforce? Choose 2
A. A user’s org Edition and settings permits salesforce’s API access
B. A user needs to import data into custom objects from an XLS file
C. A user needs to import data from a linux-based operating system
D. A user needs to export data from their Salesforce org
A, D
Salesforce data loader need access to the Salesforce API in order to work.
Editions of Salesforce that allow API access are unlimited, Enterprise, and developer Editions.
API access is not needed in order to use data loader?
True
False
False
API access is needed in order to use data loader
Which Salesforce editions allow API access?
Unlimited, Enterprise, and Developer Editions.
For an additional cost professional edition users can purchase API access for the purpose of loading data.
Data loader can only read data from a CSV file?
True
False
True
In what format will all the success and failure files be generated by the data loader upon completion?
They will all be CSV files
Can a user use the data loader on a linux-based operating system?
No, data loader is only supported on Windows or Mac operating systems.
Can data loader be run from the command line?
Yes