Hi Experts,
My scenarion is file to proxy. I am getting a file which is field fixed length. The file is like below
// Some data
// some data
// some data
//* some data
// some data
// Some data*
"Actual data which i need to process in PI".
/*
//
I need to process the data removing these special characters '//' and the followed data. I need to process actual data.
Can you guys please provide me any code to remove these characters. I don't know that much to do java mapping.
Regards,
Suhale Shaik.