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