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

ScanImporter: Manage update document

    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 update attribute into ScamImporter configuration to manage update instead creating a document for each file, folder, xml descriptor a document.
      Here is an example:

      <extension target="org.nuxeo.ecm.platform.scanimporter.service.ScannedFileMapperComponent"
      point="config">

      <importerConfig>
      <sourcePath>/tmp/somefolder</sourcePath>
      <processedPath>/tmp/processed</processedPath>
      <nbThreads>2</nbThreads>
      <batchSize>5</batchSize>
      <targetPath>/default-domain/import</targetPath>
      <update>true/false</update>
      </importerConfig>

      </extension>

      Show
      Add update attribute into ScamImporter configuration to manage update instead creating a document for each file, folder, xml descriptor a document. Here is an example: <extension target="org.nuxeo.ecm.platform.scanimporter.service.ScannedFileMapperComponent" point="config"> <importerConfig> <sourcePath>/tmp/somefolder</sourcePath> <processedPath>/tmp/processed</processedPath> <nbThreads>2</nbThreads> <batchSize>5</batchSize> <targetPath>/default-domain/import</targetPath> <update>true/false</update> </importerConfig> </extension>

      Description

      By default Scan Importer systematically create a document for each folder found, xml found or binary file found.

      We would like to choose to create or update documents based on the filename on the FS and the name of the Document in Nuxeo.

      The choice will be added into the ScanImporter configuration.

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: