Miscellaneous Jitterbit Variables¶
Introduction¶
This page covers miscellaneous Jitterbit variables that are available for use. Each of these are settings variables that you write (Settings).
Settings¶
jitterbit.base64.encoded.string.no.wrap
¶
Data Type¶
Boolean
Description¶
Set jitterbit.base64.encoded.string.no.wrap
to true
upstream of a script using the Base64Encode
or Base64EncodeFile
functions to disable wrapping after the 64th character of the encoded result string. This variable is supported with string data when using 10.49 agents and later, and with binary data when using 10.x agents 10.66 and later and 11.x agents 11.4 and later.
jitterbit.decode.html.chars
¶
Data Type¶
Boolean
Description¶
Set jitterbit.decode.html.chars
to true
upstream of a script using the SelectSingleNode
or SelectNodes
functions for these functions to support HTML characters. This variable is supported with string data when using 10.49 agents and later.
jitterbit.md5.hash.use.file.mode.string.only
¶
Data Type¶
String
Description¶
Set jitterbit.md5.hash.use.file.mode.string.only
to true
to change the behavior of the MD5
and SHA-256
functions to that prior to the 10.64 / 11.2 release. When set to true
, the function output of binary files when used in a script upstream of the function call will be incorrect. Using this variable is not recommended.