I have a csv with rows like this:
id, another_id, a_point, a_geometry
7777, 1234, 0106000020E61000000100000001030000000100000007000000B69C28B3259, 0101000020E6100000154A703411935DC0B4CDE8A27C084140
What is the best way to import this into a table on HANA so we can perform geospatial queries? I've tried ctl method of import, but that wasn't successful as I guess these are technically not the ST_GEOMETRY type. Should I be using WKT?
I am using the free developer edition of SAP HANA on AWS.