Hi all hopefully you can help me out. im using FlexiCapture to batch process PDF forms and export the output as csv. However we also need the filename of the PDF to be added in to each line in the csv export. Anyone any ideas on how this could be done?
Thanks
Chris
Comments
1 comment
Hi ChrisG,
You can do that if try to export data using a script export instead direct export to cvs file. You should select "Custom export (script)" in "Export settings". After that you should create cvs file programmatically and populate it in this script, store it in file system and mark as result file (call method "AddFileToExportResult" for document object in the script).
Helpful links:
https://help.abbyy.com/en-us/flexicapture/12/standalone_administrator/export_script
https://help.abbyy.com/en-us/flexicapture/12/distributed_administrator/idocument
https://help.abbyy.com/en-us/flexicapture/12/standalone_administrator/script_export
Please sign in to leave a comment.