Hi Everyone,
I am trying to Import one of the MD file from version 2.37.9.1 to 2.40.4.1 and I have noticed one thing.
I have few Datasets where I have custom Attributes, whose value is false in MD file. When I try to import the file in version 2.37.9.1, i get no error but when I import the file on 2.40.4.1 I get “AttributeValue false
is an invalid true value”. Is this expected? In version 2.40.4.1 are we only allowed to import where Attribute value is true? Is this an expected behaviour or an issue?
Sample json as below:
"dimensionItem": "ZWxi2IIo89GO",
"displayShortName": "XYZ",
"displayDescription": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
"displayFormName": "XYZ",
"id": "ZWxi2IIo89GO",
"attributeValues": [
{
"attribute": {
"id": "c0ABCDElWTn"
},
"value" : "false"
}
],