ORDS - JSON File Generated With Tags In Lowercase
(Doc ID 2865108.1)
Last updated on APRIL 12, 2024
Applies to:
Oracle REST Data Services - Version 20.2 and laterInformation in this document applies to any platform.
Goal
Using ORDS to generate the JSON file. The file is generated with tags in lowercase instead of uppercase as provided in SQL query.
For example, the tags are all in lowercase:
"asignfolio": "NO",
"versiondoc": "F22",
"tipoconten": "json",
"documento": [
Instead of:
SELECT MAIN.assign_doc_number AS "AsignFolio"
,MAIN.doc_version AS "VersionDoc"
,MAIN.content_type AS "TipoConten"
How to generate the JSON file with the tags in uppercase as provided in the SQL query?
NOTE: The example provided is for demonstration purposes only and represents fictitious sample. Any similarity to actual data, web sites and / or persons, living or dead, is purely coincidental and not intended in any manner.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |