cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JSON From URL into SAP HANA Table

0 Kudos
837

Hi All

I'm trying read the data from a URL in JSON Format and load into SAP HANA Table..

Any suggestions as how to go about this

Thanks in advance

Venkat G

View Entire Topic
eralper_yilmaz
Participant
0 Kudos

Hello,

With HANA 2.0 you have the option of using JSON_QUERY to parse json data into tabular format

0 Kudos

Hi -Can you please me to some sort of documentation please

Thanks

Venkat

draschke
Active Contributor
0 Kudos

Thanks to pointing out that ..I need to read it from an URL and load into table to use JSON_QUERY..I'm having problems getting into the database

eralper_yilmaz
Participant
0 Kudos

Maybe you can call URL on the application level and fetch JSON data, then pass it as string parameter value into a stored procedure. There you can execute JSON_QUERY commands for parsing and processing resultant data