Fields
N/ASample data
| Input | Output |
|---|---|
| “<alice@example.org>” | “alice%40example.org” |
| “a b c” | “a+b+c” |
| “<https://example.org?category=A&tag=B>” | “https%3A%2F%2Fexample.org%3Fcategory%3DA%26tag%3DB” |
The Serialize: URL Encode mapper converts a data structure like objects and arrays into a URL encoded string.
| Input | Output |
|---|---|
| “<alice@example.org>” | “alice%40example.org” |
| “a b c” | “a+b+c” |
| “<https://example.org?category=A&tag=B>” | “https%3A%2F%2Fexample.org%3Fcategory%3DA%26tag%3DB” |