Converts a JSON string to a Excel document. It is used to generate mapping document or interface agreement document. When one application shares(send or receive) data with other application, there will be a interface agreement document ( mapping Excel Sheet). This tool generate the mapping (interface agreement) document from JSON
Click
Here To Watch A Demo On It(https://youtu.be/bB3gKKvjAQk).
How It Works:
First format source string and check the correctness of the input
string. Then it analyze the json string. Extract the tokens. Generate
Excel document / sheet from the JSON element and attribute values. Each
generate each excel row for every JSON Path in the input json document.
.
. Input Parameters are:
- JSON String - Which is used to generate the excel document
. It Produces Following Excel Columns:
- Name
- Description
- Data Type
- JSON Path
- Value