Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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
Solved! Go to Solution.
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.
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.