
|
Differentiate CSV and
CSVDE :
A CSV (Comma Separated
Value) file contains the column header and values separated by comma.
The column header and the row values are delimited by the new line feed
or carriage return. The column headers are provided with the user friendly
names.
A CSVDE (Comma Separated
Value Data Exchange) file contains the column header and values separated
by comma. The column headers are provided with the exact LDAP attribute
name.
|