Skip to main content
12-Amethyst
October 16, 2024
Solved

Why "Test run in Excel" shows "~" before some characters?

  • October 16, 2024
  • 1 reply
  • 532 views

Hello together,

when I create a test run, and click "Run in Excel", codebeamer (v 2.1.0.0 with mysql) creates an Excel file.

Inside this Excel file, in the columns ACTION, EXPECTED RESULT, etc. some characters are prefixed with the "~" character.

 

For example my text in codebeamer test step is 

   set par_CP_voltage = 12V

   set par_CP_dutycycle = 50%

in the Excel file it will show up as

   set par~_CP~_voltage = 12V

   set par~_CP~_dutycycle = 50~%

 

This happens for at least the characters: _ ! # %

Does anybody know how to avoid this?

 

Thx in advance,

Philipp

Best answer by Philipp_2410

I think I found the reason: In the help for codebeamer it is written under "Limitations" section "The Excel sheet will contain raw wiki text."

So, I guess this is not changeable.

1 reply

Philipp_241012-AmethystAuthorAnswer
12-Amethyst
October 16, 2024

I think I found the reason: In the help for codebeamer it is written under "Limitations" section "The Excel sheet will contain raw wiki text."

So, I guess this is not changeable.