Re: "reason": "java.io.IOException: (line 2) invalid char between encapsulated token

Murali_Nagula
Level 2

"reason": "java.io.IOException: (line 2) invalid char between encapsulated token and delimiter"

This specific issue happens with activity type code 2 which is form fill out activity especially dealing with downloading attributes. Few other activity types seems to be working fine. We use Snaplogic as a middleware.. not python..Any pointers plz?

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: "reason": "java.io.IOException: (line 2) invalid char between encapsulated token

As I said on your other thread, the inner attribute of a Filled Out Form activity reflects the processed POST payload. It is stored as a serialized PHP object, not as a JSON object. Your app needs to know how to deserialize it.

 

Presumably your integration app is broken and can't handle the nesting of CSV, JSON, and PHP. That's not a problem with the data, it's a problem with the app. Any modern language can handle this kind of data.