i am reading a fixed width file from s3 and trying to parse with Jython evaluator in Data collector.
when i try to run the pipeline i am getting below isue.
Script error while processing batch: javax.script.ScriptException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot create PyString with non-byte value in <script> at line number 60
i am reading file using UTF-8 option.