Article - CS415792

Using TextFormatter.formatAsText() method to export wiki text into Excel will adds unexpected spaces and transfer punctuation in Codebeamer

Modified: 09-May-2024   


Applies To

  • Codebeamer 22.10 to 2.1

Description

  • When exporting Tracker.Items to excel, format string from the contents of Wikitext field are visible e.g. in the description field are available that are not useful and make it hard to read
  • Use Customized Excel template with the expression as
    ${StringUtils:abbreviate(textFormatter.formatAsText(it.description, it.descriptionFormat, request, it),1000)}
    For example
    • image.png
  • There was an unexpected spaces was added in exported excel file and the' " ' has been transferred to '&quot'
This is a printer-friendly version of Article 415792 and may be out of date. For the latest version click CS415792