Hi - I am receiving the following error when reading a JSON response from a HTTP request
Error occurred while processing parsed data and sending to the nodes outputs: Error writing record (0) on output (Data) Due to field error : Error occurred writing the string field "custom_steps_separated.content" on record 28. Field had the value (• Add two new group names with the below parameters o UnsolicitedJSMQueuePoller pollinterval = 10 unsolicited= true MaxRecordsPerBatch=1 NetworkRequestKeyPrefix =1 o UnsolicitedNetworkEventHandlerThreadPool maxSize=20 ). This type of error is normally caused by a type trying to populate it's field with a value that is not within the character set of the type. For example, an ASCII type trying to populate a String field by simply appending the bytes read from the file, where some of the bytes may not be correctly encoded.
Now I believe its to do with the underlying data in the database. But is there a way to get around this error as this field isnt relevant down stream. I have tried setting differing values on the JSON node but i dont seem to be able to fix it.
There is no way to filter my query in the HTTP request I am making to the back end system to remove this custom field.
Thanks
Martin