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
GABRIEL SILVAGABRIEL SILVA 

How should be the file to import user with Data Loader?

Hi good morning,

This is my first time using data loader and I want to import users to my org, but i'm having troubles with csv structure. When I'm trying to import, I get this error "Required fields are missing: [Username, LastName, Email, Alias, CommunityNickname, TimeZoneSidKey, LocaleSidKey, EmailEncodingKey, ProfileId, LanguageLocaleKey]".  I dont know what i'm doing wrong. May anyone help me?

My CSV:

1° row --> USERNAME - LASTNAME - FIRSTNAME - EMAIL - ALIAS...
2° row --> abcd@xxxx.com.br - Silva - Gabriel - xxx.xxx@xxxx.com.br - GS

1° row --> ...COMMUNITYNICKNAME - ISACTIVE - TIMEZONESIDKEY...
2° row -->        gabriel.silva - true - America/Sao_Paulo

1° row --> ...LOCALESIDKEY - EMAILENCODINGKEY - PROFILEID - LANGUAGELOCALEKEY
2° row -->        pt_BR - ISO-8859-1 - 00e410000019X9H - pt_BR
SandhyaSandhya (Salesforce Developers) 
Hi,

Please refer below salesforce help document 
Insert Users via the Data Loader

https://help.salesforce.com/HTViewSolution?id=000007571&language=en_US
 
Hope this helps you!

Please mark it as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
 
Thanks and Regards
Sandhya