× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



{
  "meta": {
    "app": "Vertex REST API v0.1.0",
    "timeReceived": "2021-06-22T14:08:07.838Z",
    "timeElapsed(ms)": 17
  },
  "data": {
    "lookupResults": [
      {"jurisdictions":
        [
          {"jurisdictionLevel": "COUNTRY"           
          },
          {"jurisdictionLevel": "STATE"
          },
          {"jurisdictionLevel": "COUNTY" 
            }
        ],
        "postalAddresses": 
        [
          {"streetAddress1": "2301 Renaissance Blvd Ste 7"
          }
        ],
        "statuses": 
         [
          {"lookupResult": "NORMAL"
          }
         ],        "taxAreaId": 390910000,
        "asOfDate": "2021-06-18",
        "confidenceIndicator": 100
      }
    ]
  }
}

                                                                   insert into vtxtaxid (taxareaid)                                                                                   select t.*                                                                                                  from json_table ('/vertexCloud/output/xl_0000401.json',       '$.meta'                                                         columns (                                                     app         char(50)      path '$')                       )   as t                                                                                                                                                       
This is just a modified example of the problem I'm having.  Any help would be appreciated.
On Wednesday, November 3, 2021, 01:26:37 PM EDT, Charles Wilt <charles.wilt@xxxxxxxxx> wrote:

show your code and/or JSON doc...

Charles

On Wed, Nov 3, 2021 at 8:40 AM compgmr via MIDRANGE-L <
midrange-l@xxxxxxxxxxxxxxxxxx> wrote:

Does anyone have experience with json_table.  I've tried it a number of
different ways and I just can't get a row selected.
Any help would be appreciated !
Examples are available.\Thanks,
Larry
--
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@xxxxxxxxxxxxxxxxxxxx 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.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.