I think I’m missing something simple here. On a 19.1 engine, I have an inbound tcp/ip thread (no PDL) that is bringing in a JSON message. It’s encapsulated USER Mode, no start block, end block is \n. I am formatting the JSON before I receive it in newline format, and that works fine. I’d like to be able to bring it in without that upstream manipulation, so it just reads in the file with CRNL at the end of every JSON line. I think the solution is in changing the encoding blocks… I’m thinking of injecting a special character upstream at the end of the messages, and using that character as the end block. Does anyone have a more elegant or standardized method to bring in a JSON on a TCP/IP thread?