I have a field called 'UCN' which has 6 character. This Field can have both Character and Numeric Value like "A123Y5" or "12345Y" or "G23561" some thing Like this.
We need to print the data from here with Pipe as A|1|2|3|Y|5.
I am able to put Integer with 'using' keyword, but unable to put both together.
Please if anyone can help Mukesh