Skip to main content
Murali_Nagula
Level 2
February 14, 2020
Question

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

  • February 14, 2020
  • 1 reply
  • 1920 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
February 14, 2020

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.