I need to perform below two expressions in a single THEN statement in IF clause.
REGEXP_EXTRACT_NTH([Col_name],'.*>(.*)',1)
REGEXP_REPLACE([Col_name],'(".*")\s',"")
both the operations should be checked using OR operation.
Sample:
<E05739> A service with name "1,178,302,180" is already active between Fri Apr 21 00:00:00 2017 and Thu Dec 30 00:00:00 9999.
Expected Output:
A service with name is already active between Fri Apr 21 00:00:00 2017 and Thu Dec 30 00:00:00 9999.