-
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:
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>