
Import/Export File Setup
The Files part on the App Setup page defines, for each record type, where the file to be imported or exported is located. One line exists for every record type (Employee, Payroll, Project).
| Field | Description |
| Record Type | The kind of data the line applies to: Employee, Payroll, or Project. |
| Library Name | The exact name of the SharePoint document library (or folder) the file is picked up from or uploaded to. |
| File Name | The exact file name to look for, for example employees.csv. If left empty, the newest CSV file in the library is used. |
| File Extension | The file extension expected for this record type, for example csv. |
| Delimiter | The character used to separate columns in the CSV file, for example a semicolon. |
Make sure the Library Name, File Name, and Delimiter match the file that BRZ actually delivers, otherwise the import cannot find or parse the file.

![]() | XML Builder Export data in XML format (or JSON) via fully configurable schemas. More information ![]() |