User Tools

Site Tools


transformations:parseformsubmission

PARSE WEB FORM SUBMISSION

Category: Transform / Web


Description

Parse data in the "x-www-form-urlencoded" format, which is a typical result of a web form submission on a web page.


Action settings

SettingDescription
Column The column containing the web-form data to be parsed.
Keep other columns If checked, the other columns from the input dataset, besides the selected column with web-form data, are preserved.


Examples

Example #1

Parse the submitted data in "Submission" column.

Before (source table)

year=2024&month=July&day=15&city=Montr%C3%A9al

After (result table)

year month date city
2024July 15Montréal

Action parameters

Column: Submission


See also

transformations/parseformsubmission.txt · Last modified: 2025/02/01 14:16 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki