# Customizable CSV file (CSV Connector type) ## Introduction ### Description The CSV connector type allows users to load a collection of data stored into a plain CSV file. In the following page, the process to complete the CSV connector setup will be explained. To begin with, address to the quick start section. ### Quick start The core of Customizable CSV file connector is located under the 'Attribute Mapping' tab. There are two important sections: #### Property File information related configuration.
Property
Description
fileMandatory: Path where the file is placed in the directory system
keyMandatory: The field to be used as key
#### System attribute Mapping between CSV fields and Soffid objects. [![CSV Connector - customizable CSV file.png](https://bookstack.soffid.com/uploads/images/gallery/2021-04/scaled-1680-/csv-connector-customizable-csv-file.png)](https://bookstack.soffid.com/uploads/images/gallery/2021-04/csv-connector-customizable-csv-file.png) Taking a look to the configuration used, we can see that: - System objects is the entity to load (user, account, group, role). - System attributes fields match the columns defined into the 'file.csv'. To demonstrate Soffid flexibility in terms of agent customization, notice that: USERNAME, NAME, LASTNAME fields, correspond to default fields from User object. NDI is a custom field defined into the User object. "I" is a 'char' literal that indicates the UserType. - Soffid attributes match Soffid specification model object. Example
**Type**
**File**
data (file used in this configuration guide)[file.csv](https://bookstack.soffid.com/attachments/5)
attribute-mapping (file used in this configuration guide)[csv-agent-config.xml](https://bookstack.soffid.com/attachments/6)
### Useful information
**System objects**
[User](http://www.soffid.org/doc/console/2.5.0/iam-common/apidocs/com/soffid/iam/api/User.html)
[Account](http://www.soffid.org/doc/console/2.5.0/iam-common/apidocs/com/soffid/iam/api/Account.html)
[Group](http://www.soffid.org/doc/console/2.5.0/iam-common/apidocs/com/soffid/iam/api/Group.html)
[Role](http://www.soffid.org/doc/console/2.5.0/iam-common/apidocs/com/soffid/iam/api/Role.html)