I have been asked this question many times that how can I replicate data from a source with XML format into HANA tables.
I have actually done the opposite of it i.e. converting data from HANA CV into XML Format using XSJS.
But not sure if the above is possible i.e.to load data from a source with XML format Data to HANA using XSJS.
please provide if there is any document on this.
Thanks,
Sarthak
If you want to insert XML into a HANA database table you can use following SQL Insert statement
First create the database table including a column with data type nvarchar
Then execute INSERT command