Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My target system is having the character limitation at the attribute level and if the value is reaching the limitation then we need to populate the rest of the value in other field and it should be complete.
For Ex:-
Input String:- abc@gmail.com;acf@gmail.com;nhju@gmail.com;123@gmail.com;989@gmail.com;asdads@gmail.com
Output / Target attribute Email can accommodate only 30 chars, so in this example Email can hold "abc@gmail.com;acf@gmail.com;n" and we shouldn't be leaving the half email, so Email target attribute should be having only "abc@gmail.com;acf@gmail.com;" and the remaining value in the other field i.e CcEmail.
Could you please help me to achieve this.