0

I want to convert this expression for a column to hql.

iiF(ISNULL(NAME),'#',iif(reg_match(UPPER(NAME),'.,\sCLASS.'),REG_EXTRACT(NAME,'(.),\s*(Class\sU.)$','I'),NAME)

As I tried to go through Informatica Documentation for reg_match and reg_extract but was not sure how it is being applied here.

Do help me understand how is this working and what will be its conversion in hql

Ezio_s
  • 9
  • 2
  • Check my answer on related question: https://stackoverflow.com/a/75641931/2834065. – Maciejg Apr 11 '23 at 14:14
  • Hi @Maciejg, I went through the documentation but I'm still not sure how its being used here and what will be its sql conversion. – Ezio_s Apr 20 '23 at 03:49

0 Answers0