Sample text
"Widget ""A"",apac
Line 2"
Decode a single escaped CSV field in browser so quoted commas, doubled quotes, and embedded line breaks become readable raw text again.
"Widget ""A"",apac
Line 2"
{
"id": 101,
"name": "Ada Lovelace",
"active": true
}
Yes. The transform runs directly in browser so encoded or decoded values stay local and ready to copy immediately.
Yes. Plain-text routes apply the selected transform directly so you can work with copied strings and other transport-safe text without extra structured parsing.