Skip to Content

HTML Form Encoder

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 (see Add New Plugins in Customizations > Plug-ins).

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 (see Associate Agent Groups in Customizations > Plug-ins).

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.