|
Comma Separated Value Data Exchange.
Uses a comma-delimited file with LDAP fields in the first row, followed by
rows of account data. Excel is a good vehicle to hold and manipulate CSVDE
files.
When importing accounts, always try CSVDE first because the syntax is so
much easier than LDIFDE.
Another advantage of Microsoft's CSVDE is it understands and thrives on CSV files.
This means that you can manipulate the data in a spreadsheet before you
import data into Active Directory.
Next Step
CSVDE - Export. The best way to get started.
CSVDE - Import. How to add user accounts
to Active Directory.
|
Lightweight Data Interchange Format, Data Exchange.
Has line-separated values between each record. The data is not suitable
for spreadsheets.
My advice is use Microsoft's LDIFDE when ever CSVDE is not up to the job, for example, if you need to import users with passwords CSVDE will not work.
LDIFDE has more powerful verbs, for instance
CSVDE can only add users, whereas LDIFDE can modify or even delete their accounts.
Next Step
LDIFDE - Export. An easy way to get started.
LDIFDE - Import. How to add, modify or
delete user accounts.
|