Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have one scenario where column has data type Object. But in that field, I am getting \n and I want to replace it with " ".
But when I am using tReplace component as well as replaceAll() method, I am getting error as those function work on String Data type.
Is there any other way to replace \n with space other than converting the data type from Object to String and then use replace function?
Please provide me your comments. Early responce appreciated.