I assume you want to schred the JSON document with SQL?
Documents beginning with an array are (currently) not allowed (I assume
there is already an RFE).
You can do a work around, i.e. putting the complete JSON document in an
object, i.e.
Select *
From JSON_Table('{ "root": ' concat YourJSONDocumentWhereEverItIs concat
'}',
'$.root[*]' ...
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
?Train people well enough so they can leave, treat them well enough so they
don't want to.? (Richard Branson)
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Art
Tostaine, Jr.
Sent: Dienstag, 7. Januar 2020 16:33
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: JSON Questions
A trading partner sent a sample of JSON data that they require. Is it
possible/correct to specify a Key name for JSON_ARRAY?
[{ // Note that it is an array of Deceased
objects.
"ExternalId": 123, // Your ExternalId - Required
"Prefix": "",
"FirstName": "",
"MiddleName": "",
"LastName": "",
"Suffix": "",
"BirthDate": "",
"Location": { // Note that this is an object, not an
array.
"ExternalId": 2, // Your LocationExternalId - Required if a
location is provided (but that is not required necessarily).
"Level1": "",
"Level2": "",
"Level3": "",
"Level4": "",
"Level5": "",
}
}]
--
Art Tostaine
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.