> ## 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.

# Using an XML file to specify export settings

> Configure ABBYY FlexiCapture export settings for Blue Prism in an XML file so you can change file naming and field mapping without editing the export script.

One advantage of using an XML file is that you don’t have to edit the script code or the Document Definition. All modifications can be made by editing the XML file, which is much simpler than editing the script code. However, the XML file should be located on every FC processing station. And you will also have to synchronize it manually on all of the FC stations from which data is to be exported to Blue Prism.

To specify export settings in an XML file:

1. As your export script, use the **BluePrism - ExportScript - Configure by XML.cs** file from the **\ABBYY FlexiCapture Connector for BluePrism\Single-Task Package\Samples\FlexiCapture Scripts** files.
2. Create an XML file named **\<Project name>\_\<Document Definition name>.xml**. This naming scheme will allow you to have multiple XML files for different Document Definitions.
3. In the registry of the computer with a processing station, locate HKEY\_LOCAL\_MACHINE\SOFTWARE\ABBYY\FlexiCapture\12.0\Connectors\BluePrism and in its "XmlFolder" string value field, specify the path to the folder where the settings file is to be stored.
4. In the registry of the computer with a processing station, locate the HKEY\_LOCAL\_MACHINE\SOFTWARE\ABBYY\FlexiCapture\12.0\Connectors\ and set its "BluePrism" string value field to **true**.

<Note>
  If you do not have the necessary keys in the HKEY\_LOCAL\_MACHINE \ SOFTWARE registry branch, create them.
</Note>

<Note>
  In the code of **BluePrism - ExportScript - Configure by XML.cs**, you can also find some other possible naming schemes for your XML files.
</Note>
