function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gopinath418Gopinath418 

how to import profiles using Dataloaderhow to import profiles using Dataloader

Karan Shekhar KaulKaran Shekhar Kaul
Hi ,

Follow below steps to insert profile.

1) Open data loader,click export & select Show all salesforce object
2) Search for profile & select all fields to extract.
3) Remove Id and all timestamp related fields form CSV.
4) Fill all fields in csv with new profile details. 
5) There is one field called userlicense Id, fill this field with license Id, You can get these Ids by fetching data from user license object.
6) Save CSV file & then use data loader to insert using profile object.