How to use double quotation marks as field qualifiers in a custom code step in PaperVision Capture


Version: R71.1

Article ID: PC000040

How to use double quotation marks as field qualifiers in a custom code step in PaperVision Capturemain image

Description

When using the custom code export feature of PaperVision Capture, and designing specific output, can one use the characters of double quotation marks as field qualifiers for images?

Summary

To resolve this follow the steps below:

  1. Using double quotation marks is possible when creating and using Custom Code XML files, as long as this format is used: “\””
  2. 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).
  3. Modify the appropriate line to: private const string IMAGE_QUALIFIER = "\""
  4. Finish modifying the export script as desired, then click OK to compile and save.