📄️ Convert to/From JSON
You want to convert a message property between a JSON string and the JavaScript object.
📄️ Convert to/From XML
You want to convert a message property between an XML string and the JavaScript object.
📄️ Convert to/From YAML
You want to convert a message property between a YAML string and the JavaScript object.
📄️ Generate CSV Output
You want to generate valid CSV output from a message containing key/value pairs.
📄️ Parse CSV Input
You want to parse CSV data to work with the values.
📄️ Split Text
You want to perform an operation on every line in a block text.