> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Passing registration parameters to ABBYY FlexiCapture

> Assign textual registration parameters to a batch sent to ABBYY FlexiCapture using a CSV file referenced by the RegistrationParametersFilePath parameter.

Registration parameters are textual properties identifying a batch or document.

In order to assign registration parameters to a batch that is to be sent to FC, specify the path to the file containing the registration parameters in the **\$RegistrationParametersFilePath\$** parameter.

The file containing the registration parameters must meet the following requirements:

* The file must have the \*.csv extension and must contain only name-value pairs.
* The file must not have a header line.
* The comma (,) character must be used as a separator between a parameter name and its value.
* If a value contains a comma, the value must be enclosed in quotes.
* The value field of a registration parameter may be empty but may not be missing.

Example of a correctly formatted \*.csv file:

```
Id,10
Company,Vector
Department,"Finance,Marketing"
```
