We can import external data to salesforce. However, only those data sources are supported, which can save the data into CSV (Comma Separated Values ) format. These should not be a challenge, since CSV is the most basic format for data storage.
There are two ways through which we can import the data:
Even though we have mentioned about the number of records that can be imported by both of these tools, the import number can be lower based on the permission given to the user. This also depends on the storage limit assigned to the organization, as more import will lead to more consumption of storage. If the number of records that will be imported is less than 50,000 and import doesn’t need to be automated, then use Data Import Wizard. But, if the number of records is more than 50,000 then use Data Loader.
But, if the number of the record that is to be imported is more than 5 million? Then we can use third-party apps compatible with the Salesforce platform. These apps could be easily downloaded from AppExchange. As Data Loader provides the option of automated data import, we can schedule the data import. For example, data needs to be imported every day at 8 PM after the close of business hours, we can automate this and data will be imported at the mentioned time.
You cannot import the data straight away, and certain tasks need to be completed before you even start importing the data. The first thing you need to do is to create an export file. This can be done with the help of your existing software. Inspect the import file, and ensure that it is accurate. Some of the common tasks which are done during this phase are the removal of duplicates, removal of unnecessary information, error correction, and implementing naming conventions. Now compare the date fields of the data that will be imported with the data fields of Salesforce. This exercise is also known as filed mapping. In case there is a need to change the configuration on Salesforce, to handle the imported data, do that change before the import kicks off. These changes could be adding custom values or even adding values to the picklist.
Once your prework is done, and you have ensured that everything is good for the import, you can start with the import process with the Data import wizard. We can follow the steps given below.
Data import is easy, and a user without any relative experience on Salesforce can work with this tool. Just to avoid any last-minute surprises, ensure and confirm that you have the required permissions for import, else the import process will get blocked.