cancel
Showing results for 
Search instead for 
Did you mean: 

JSON From URL into SAP HANA Table

0 Kudos

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

lbreddemann
Active Contributor

Ok, just as anyone else in the community, you are expected to not simply drop your requirement and have others do your work.

Instead, explain what you have tried so far, what problems you have and show the code you have.

0 Kudos

Hello Floks,

I do have the same requirement. can someone help me on how can get the URL JSON output data into sap hana in columnar table format.

Regards,

VaraPrasad.

Accepted Solutions (0)

Answers (1)

Answers (1)

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