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

Cell separator must not be empty in excel2text converter

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 8.10
    • Fix Version/s: 8.10-HF04, 9.1
    • Component/s: Convert

      Description

      The cell separator is currently empty which results in text from adjacent cells behind incorrectly concatenated and analyzed by ES

      org.nuxeo.ecm.core.convert.plugins.text.extractors.XLX2TextConverter

          private static final String CELL_SEP = "";
      

      If a document contains two cells like fr|france, the resulting text is frfrance. Fulltext search on france won't match the document.

        Attachments

          Activity

            People

            • Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: