Hi,
I have a business requirement where i need to find first non-zero number in a TEXT column which has leading zeros. The position of non-zero number is not fixed in text column.
Can Anyone help me to find logic for the same in Domo ETL?
Below is the example where i need to find whether the text begins with number 2 by ignoring leading zero's .
( Please Note - The data type is Text for below data )
1) 002200
2) 000050
3) 500000
4) 020020
Please assist me with the same.
All your help is appreciated.