HTML Form Encoder plugin (deprecated) for Jitterbit private agent groups
Introduction
The HTML Form Encoder plugin URL-encodes the contents of a CSV file and writes the result either to the variable Jitterbit.HtmlFormEncoder.Encoded
or writes it to the original file, depending on the value of the variable Jitterbit.HtmlFormEncoder.Mode
.
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. See Deprecation and support in Plugins.
Download and add the plugin
The HTML Form Encoder plugin must be downloaded at the link provided below and added to the organization.
Associate the plugin with an agent group
The HTML Form Encoder plugin must be associated with a private agent group to make the plugin available on all agents in the group.
Set variables and use the plugin in a project
Refer to these topics for information about using plugins in a project:
The HTML Form Encoder plugin uses this variable:
Name | Type | Required | Description |
---|---|---|---|
Jitterbit.HtmlFormEncoder.Mode | String | Optional | Set transfer mode to GET or POST. If set to GET, the original file is set to zero size and the encoded value is written to the variable Jitterbit.HtmlFormEncoder.Encoded . If set to POST, the encoded value is written to the original file. |