Hello, could someone show me how to remove extra spaces before cell values for two columns of data. I tried using the replace activity and it does not change anything. I am using Studio X.
Thank you!
Hello, could someone show me how to remove extra spaces before cell values for two columns of data. I tried using the replace activity and it does not change anything. I am using Studio X.
Thank you!
Hi,
In this case, we can use ForEachExcelRow and ModifyText as the following.
Please add same logic for the other column.
Hope this helps you.
Regards,
Thank you! I will give this a try.
Best,
Hi
we can use ForEachExcelRow and trim to remove spaces