Closed kspurgin closed 4 years ago
UCB BAMPFA config has:
"value": { "[config]": { "dataType": "DATA_TYPE_STRING", "messages": { "fullName": { "id": "field.ext.dimension.value.fullName", "defaultMessage": "Measurement value" }, "name": { "id": "field.ext.dimension.value.name", "defaultMessage": "Value" } }, "view": {} } },
Previous assumption was that string-ness was inferred from field definitions with no dataType (that did not test to be structured date fields). Add support for handling DATA_TYPE_STRING as a string.
UCB BAMPFA config has:
Previous assumption was that string-ness was inferred from field definitions with no dataType (that did not test to be structured date fields). Add support for handling DATA_TYPE_STRING as a string.