Azure / Azure/usql

Cannot extract json containing an array as start element

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

Description

JsonExtractor cannot handle if json contains an array as top most object.
Following does not work

input json:
[{'groupId':'g1'},{'groupId':'g2'}]
extractor with path:
new Microsoft.Analytics.Samples.Formats.Json.JsonExtractor("$[*]")

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.