Data Converter Tools
These tools allow you to convert data from one form to another.
Convert j s o n text, document or file into message pack format that is viewable in h e x
Convert h t m l document to j s o n by extracting h t m l tables from it
Convert j s o n text (even nested ones) into c s v format using the delimiter of your choice. output in tabular format is also available
Convert j s o n data to h t m l table
Convert c s v data into j s o n. choose whether property names are auto generated or taken from the header
Convert c s v data or file into x m l with the option to write values as attributes or inner x m l texts
Visualize message pack encoded data (in h e x, u int8 array, base64 or percent encoding format) by converting it into j s o n format
Convert h t m l table to c s v by extracting rows from it
Convert x m l data into j s o n by transforming x m l attributes, elements and text nodes to j s o n properties
Convert java script ( j s) objects into j s o n by adding double quotes to property names
Convert j s o n into java script object by removing quotes from property name and using single quotes instead of double quotes for literal string values
Convert java script object notation ( j s o n) data or file into yet another markup language ( y a m l) format
Convert yet another markup language ( y a m l) data or file into java script object notation ( j s o n) format
Convert g u i d to/from hex, int, base64 and standard format