Azure / Azure/usql

Unable to read array objects those are not in Key/Value pair using JSONTUPLE

Open
#120 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
231
Forks
666
PR merge metrics
No merged PRs in 30d

Description

Hi Team,

Could someone share the knowledge on how to read array object having values in it using Newtonsoft.Json assembly. As I understood, JsonTuple creates Key/Value pairs from the array and doeesn't work on array objects with values only. Ex.
[
"Name" : "",
"Skills" : ["Java",".Net"]
]
In nutshell, JsonTuple () has capabilities to create SQL.MAP only.

Please suggest how read the array 'Skills' to explode the array elements.

Thanks
Gaurav

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.