Export Document
UiPath.Abbyy.Activities.FlexiCapture.ExportDocument
note
The UiPath.Abbyy.Activities package has been deprecated and is currently out of support. Also, the package is unlisted from the UiPath Studio Manage Packages official feed. Check the Deprecation timeline for more details.
Exports processed documents stored in a FCDocument to one of the .csv, .xml, .xls or .json formats. Can only be used inside the FlexiCapture Scope activity.
Properties
Common
- DisplayName - The display name of the activity.
Input
- Document - The
FCDocumentvariable containing the document you want to export. This field supports onlyFCDocumentvariables. - Format - A drop-down menu that enables you to select the format that you want the document to be exported to. The possible choices are
.csv,.xml,.xlsand.json.noteWhen exporting to the
.xmlformat, an additional.xsdfile will be created, containing the schema of the generated.xml. - Name - The name you want to use for the exported file. This field supports only strings and
Stringvariables. - Path - The path to the folder where you want the exported file to be saved. This field supports only strings and
Stringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.