Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-12042

Add Boolean parsing for Scan importer

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.6.0-HF20
    • Fix Version/s: 5.7.2
    • Component/s: Excel Export
    • Impact type:
      Configuration Change
    • Upgrade notes:
      Hide

      Add boolean targetType for parserService in ScanImporter
      <fieldMapping sourceXPath="//boolean1" targetXPath="foo:bool1" targetType="boolean"/>

      Show
      Add boolean targetType for parserService in ScanImporter <fieldMapping sourceXPath="//boolean1" targetXPath="foo:bool1" targetType="boolean"/>

      Description

      Add boolean type import type in Scan importer :

      Example:

        <extension target="org.nuxeo.ecm.platform.scanimporter.service.ScannedFileMapperComponent"
          point="mapping">
      
          <mapping>
              <fieldMappings>
                  <fieldMapping sourceXPath="//boolean1" targetXPath="foo:bool1" targetType="boolean"/>
              </blobMappings>
          </mapping>
        </extension>
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: