Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| vendors:cisco:uc:cms [2021/10/20 16:13] – [Verify JSON format of CDR file and correct if necessary] gerardorourke | vendors:cisco:uc:cms [2021/10/20 16:15] (current) – [Verify JSON format of CDR file and correct if necessary] gerardorourke | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| * The File can have some corruption on it. Check it is valid JSON using JQ - https:// | * The File can have some corruption on it. Check it is valid JSON using JQ - https:// | ||
| - | * Even if the file is not corrupt - I found running it through JQ was necessary. | ||
| < | < | ||
| C: | C: | ||
| Line 58: | Line 57: | ||
| fixes this issue. | fixes this issue. | ||
| - | Confirm all good by re-running | + | * Even if the file is not corrupt |
| + | < | ||
| + | * Use the output from this this as the input to the json2csv | ||
| ==== JSON2CSV ==== | ==== JSON2CSV ==== | ||