Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello,
i have a birth_date column '1962-02-19 00:00:00' "yyyy-MM-dd" format
i want to split birthday-month-year and load it to three different database table.
please help me out
Thanks & regards
Manish
You could use tExtractRegexFields to split your input data into three parts.
Something like this -
And have your regular expression defined as -
"([0-9]*)-([0-9]*)-([0-9]*)"
and the schema as -
Once you have done with your data split then you could have your database output defined accordingly.
@vitspltalend,please find below tMap configuration,you can implement in this way also.
you can convert belo way also.