Utility CSV To XML
Version 1
Below are some examples of JSON input strings and the corresponding XML output generated by this handler.
CSV Input "Red, Orange , Yellow, Green , Blue, Indigo , Violet"
XML Output
- Red
- Orange
- Yellow
- Green
- Blue
- Indigo
- Violet
Parameters
Sample Configuration
Name |
Description |
CSV |
<%=@answers['Colors']%> |
Results
Name |
Description |
XML |
An XML String that was converted from the given CSV String. |
Changelog
UtilityCsvToXmlV1 (2011-08-18)
- Initial version. See README for details.
Related Handlers
- Name Generator
- Generates a simple name like: frosty-tree-15.
- Utility CSV To JSON
- This handler converts a CSV string into a JSON string.
- Utility Determine Next Occurrence
- This handler determines the next occurence based on a provided start time and other recurrence information
- Utility Json Parse
- This handler parses a JSON string with a given path and returns the data found at the path
- Utility JSON To CSV
- This handler converts a JSON string into a CSV string.
- Utility JSON To HTML
- This handler converts a JSON string into a HTML table.
- Utility JSON to Results
- Converts JSON to XML result.
- Utility JSON To XML
- This handler converts a JSON string into an XML string.
- Utility Random Password Generate
- Generates a human readable random password - intended to be immediately changed once used.