Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
vpasnur
Contributor II
Contributor II

attunity exportrepository parameter - customized_charset_settings

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+}
	}

 

Labels (1)
1 Solution

Accepted Solutions
Dana_Baldwin
Former Employee
Former Employee

P.S. Here is the relevant portion of the User Guide: Character substitution | Qlik Replicate Help

View solution in original post

5 Replies
SwathiPulagam
Support
Support

Hi @vpasnur ,

 

This represents the character substitution that exists in Task settings.

 

Below is the snippet from Task settings UI :

 

SwathiPulagam_0-1676056181435.png

Thanks,

Swathi

 

vpasnur
Contributor II
Contributor II
Author

Hi @SwathiPulagam 

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?

Dana_Baldwin
Former Employee
Former Employee

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

Dana_Baldwin
Former Employee
Former Employee

P.S. Here is the relevant portion of the User Guide: Character substitution | Qlik Replicate Help

vpasnur
Contributor II
Contributor II
Author

Hello @Dana_Baldwin  Thanks for your response. This is helpful.

The extract is generated by exportrepository. No manual changes made from our end.