Read Zip file using File listener
Hi Everyone,
I'm receiving a zip file at some location. I'm trying to use a file listener to extract the zip file contents. I'm not interested in parsing the contents of zip file or the unzipped files.
Please find the service file screenshots attached below.
In the activity, I only unzip the file using java code.
When I run the service file directly, I'm obtaining the unzipped files. But when I try the same using listener, I'm getting error:-
com.pega.pegarules.pub.PRException: Error while parsing: Invalid escape sequence. Escape character must be followed by either field delimiter, or record delimiter, or another escape character.
Since, I'm not using any parse delimiter in service file, activity or anywhere else, I don't have any escape character mentioned anywhere.
Any thoughts on why I'm still getting this error?