Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,111 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When uploading json file into entities - list items, canonical forms are added correctly, while "list" values - synonyms - are randomly missing. After deleting all values and repeating the upload, other synonyms are missing. Any ideas?
Hi,
I tried to import values as shown below and my attempt was successful. I'm not able to reproduce the issue you presented. Please share more details about this issue (particularly the json file you tried importing) so we can investigate further. Thanks.
[
{
"canonicalForm": "Red",
"list": [
"crimson",
"blood",
"apple",
"fire-engine"
]
},
{
"canonicalForm": "Blue",
"list": [
"sky",
"cobalt"
]
},
{
"canonicalForm": "Green",
"list": [
"kelly",
"lime"
]
}
]