Data Loader means the process of the bulk import or export of the data. Use it to insert, update, delete, or export PWR Apps records. When importing data, Data Loader reads, extracts, and loads data from comma-separated values (CSV) files or from a database connection
We use a data loader for the import or export of the records in the PWRapps
You can use the execution type as sync or async
Sync: It is used for the import or export of records up to 10000
Async: It is used for the import or export of records greater than 10000
There are two main operations performed in data loader i.e import and export
Import
In import, we can perform four sub-operations i.e insert, upsert, update, delete
Insert:
Insert operation you can perform to create new records in an object
You have to specify the object name, operation, execution and format of the file that you are going to use to insert records
Depending upon the no. of records you can use execution type as sync or async