Form URL Reader

The Form URL Reader gives you the ability to consume key/value pairs typically consumed from an incoming WebAPI request (such as shown below).

The Form URL Reader parses the key/value pairs into fields on the transform.

For example the above inbound data will be parsed as:

  • first
    • FirstValue
  • second
    • The Second Value
  • third
    • Finally The 3rd

Options

Data Source

The Form URL Reader can consume data from either a file or a designated field using Transaction.

In a WebAPI scenario this is typically Transaction and the field is Http.Content, containing the FormURLEncoded data.

Field Mapping & Fields

The field mapping tab simply show the parsed fields (or keys) taken from the FormURLEncoded data.