Advanced Expression
Hey guys
I am trying to convert some Teradata code into an advanced expressions in Adobe. Would any know how to do the following in Adobe?
POSITION('C0'XC IN TRIM(BOTH FROM TABLEA) > 0
Thanks
Hey guys
I am trying to convert some Teradata code into an advanced expressions in Adobe. Would any know how to do the following in Adobe?
POSITION('C0'XC IN TRIM(BOTH FROM TABLEA) > 0
Thanks
Hi,
Bad info I got from this page: ASCII Table. If you have access to shell it's `echo -e '\xc0'` which will show something else.
Either way, you're probably better off using the sql functions directly, which you can expose by following this guide:
Note this will only work in limited scenarios with FDA, where the query is executing on the Teradata side (targeting dimension is a td schema). To verify sql is as expected, use preview in the query dialog or turn sql tracing on for the workflow.
Thanks,
-Jon
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.