How to use double quotation marks as field qualifiers in a custom code step in PaperVision Capture
Version: R71.1
Article ID: PC000040
Description
Summary
To resolve this follow the steps below:
- Using double quotation marks is possible when creating and using Custom Code XML files, as long as this format is used: “\””
- Modifying the export, ASCII delimited with images from the export library located at C:\Program Files\Digitech Systems\PaperVision Capture\Library\Exports (for 64-bit machines use C:\Program Files(x86)\Digitech Systems\PaperVision Capture\Library\Exports).
- Modify the appropriate line to: private const string IMAGE_QUALIFIER = "\""
- Finish modifying the export script as desired, then click OK to compile and save.