Remove encoded while read file

Hi, I have an issue while read the result files and it seem that have some encode via using the fixletdebugger version 9.5.8 the latest one to execute.I know that we can use the concatenation and substring to remove encode (%22, %09 or other) but if it possibly anyway else to remove the encode by not using those declaration. Thank you.

Here is an example of result

PASS_MAX_DAYS%0999999
1 Like

Does it show up when used in an analysis property?

You can turn off the % encoding of results in the debugger here:

BigFix_FixletDebugger_Prefs

The results of the relevance don’t actually have the percent encoding, they just are displayed that way in the debugger because otherwise the result would be truncated generally.

Thank you for your support but I also follow your step but their still the same issue.