Update the JSON output to reflect changes to the XML output done in AVD-5556. |
This has been corrected in AudienceView 6.8.9.
The JSON format has been changed:
GUID and string responses will not have "input" and "display" values, as they just duplicates standard value.
int and fixed int will have a number in standard value, and "input" and "display" will contain strings.
"file_id": "A2CD4843-B6F0-485B-A758-3607635BE3AC",
"name": "customers_source_file.csv",
"alternative_overview_x_size": {
"standard": null,
"input": "",
"display": ""
},
"size": {
"standard": 956,
"input": "956",
"display": "956"
},
|
AVD-9031 |