Control Character Replacer plugin (deprecated) for Jitterbit private agent groups
Introduction
The Control Character Replacer plugin replaces all control characters in input files with a given string.
This plugin can be associated only with private agent groups and is not available on the Jitterbit cloud agent groups.
Important
Plugins provided by Jitterbit are deprecated.
Download and add the plugin
The Control Character Replacer plugin is a standard Jitterbit plugin that is already available in the Management Console Plugins page and does not need to be downloaded or added to the organization.
If directed by support, this plugin can be downloaded at the link provided below and added to the organization.
Associate the plugin with an agent group
The Control Character Replacer plugin must be associated with a private agent group to make the plugin available on all agents in the group.
The plugin is listed in the Management Console Plugins page with a display name of Control Character Replacer.
Set variables and use the plugin in a project
Refer to these topics for information about using plugins in a project:
The Control Character Replacer plugin uses these variables:
Name | Type | Required | Description |
---|---|---|---|
Jitterbit.CntrlCharReplacer.Replace | String | Optional | The string to use as replacement for each control character. The default replace string is a single space character. |
Jitterbit.CntrlCharReplacer.Encoding | String | Optional | The name of the encoding to use when processing the input files. If an encoding is not provided, the default encoding for the agent is used. |
Jitterbit.CntrlCharReplacer.ReplaceExtendedAscii | Boolean | Optional | Controls if extended ASCII characters (>127) should be replaced as well. Extended ASCII characters are replaced by default, so set this variable to false in order to keep them. |
Jitterbit.CntrlCharReplacer.Input | String | Optional | Provides the input string if this plugin is run from a script or mapping. |
Jitterbit.CntrlCharReplacer.Output | String | Optional | Contains the output string after this plugin has been run from a script or mapping. |