Skip to Content
0
Aug 09, 2023 at 05:58 AM

Change some values in a CSV payload in SAP CPI

129 Views

Hi experts

I have a requirement that needs me to change some of the values present in a csv payload.

The csv looks like this:

Emp_Name,Emp_Address,Emp_Designation

I need to change it to:

Emp Name, Emp Address, Emp Designation

I am sure there is a simple way of doing this, but I am very new to CPI and am very lost right now. So, please share the groovy script or any other way that can help me achieve this.

Thank you