Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
When I run exportrepository to get a snapshot of task settings, I see below parameter values. Does anyone know what is this and what is "sub_char" mean?
"customized_charset_settings": {
"validation": {
{+"sub_char": 0+}
}
P.S. Here is the relevant portion of the User Guide: Character substitution | Qlik Replicate Help
Hi @vpasnur ,
This represents the character substitution that exists in Task settings.
Below is the snippet from Task settings UI :
Thanks,
Swathi
Thanks for quick response. I guessed of this. However, I am not sure why exactly is 0+ here defines. Is there any document I can refer to get more info on this?
Hi @vpasnur
Zero is the default value where no character substitution has been defined. Not sure why you see it wrapped in plus signs - might be something to do with a setting in your text editor? Do you see plus signs other places in the task JSON file?
Thanks,
Dana
P.S. Here is the relevant portion of the User Guide: Character substitution | Qlik Replicate Help
Hello @Dana_Baldwin Thanks for your response. This is helpful.
The extract is generated by exportrepository. No manual changes made from our end.