Hi there,
I'm facing some problems with having to dissect a string (it contains adresses) into its componenents. This should be feasible by using appropriate regular expressions, but I don't see any way to use them in HANA.
Did I miss something, or is it just not possible?
As an alternative I am currently considering to do the split in ABAP using a secondary DB connection to read and write in HANA, but I do not really like this idea. This seems to be a somewhat clumsy approach and will be very time consuming as I need to process several million recors.
Any ideas or help?
Regards
Andre