paco icon indicating copy to clipboard operation
paco copied to clipboard

JSON export functionality does not work for strings longer than 497 characters

Open BramBonne opened this issue 8 years ago • 1 comments

When exporting data from the Paco datastore, answer strings get cut off after 497 characters. Including the ellipsis that are appended, the data seems to be limited to 500 characters.

This is expected behavior for the web interface, but not for the export functionality.

BramBonne avatar Aug 24 '16 16:08 BramBonne

It seems that this limit is imposed during upload, as implemented in EventJsonUploadProcessor.java, lines 246-250. Is there a technical reason for limiting an answer to 500 characters during upload, or is this to make sure a user can not overburden the datastore by submitting long responses?

BramBonne avatar Aug 24 '16 17:08 BramBonne