I am trying to parse the flow file using executeScript processor. Basically, what I am doing is splitting the flowfile contents using python script and make a csv out of it. It ran fine for my sample data. But every prod message is about 10000 chars long.
In order to split this and convert the flow file to a csv, the python code became large. Running this got me error1. I tried converting this to pyc file and then I got error2.
Please let me know what can I do to resolve this.