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
v varaprasadv varaprasad 

How we will inser sample/user through dataloader and how we will insert multi select picklists through dataloader. Ex : I need to insert

NagendraNagendra (Salesforce Developers) 
Hi Varaprasad,

Please find the below article for how to insert users via data loader in salesforce.
https://help.salesforce.com/HTViewSolution?id=000007571

Please find the below for how to insert multi-select picklists through data loader:

For inserting or updating multi-select pick list fields via the APEX Data Loader, multiple values for the field are separated by a semi-colon (;).

For example, for a multi-select field "Names", containing the values James Cotton and Otis Span,  the .csv spreadsheet column for inserting the data would be entered as   James Cotton;Otis Span.

Please mark this post as solved if it helps.

Best Regards,
Nagendra.P