Hi …
I keep getting this error:
“ERROR String to JSON 5:15 Execute failed: Unexpected character (‘,’ (code 44)): was expecting a colon to separate field name and value at [Source: (StringReader); line: 1, column: 134] in row: Row18”
When I try to parse this string (which is row 18 in the table):
{“timestamp” : “1685082350225”, “data” : {“entityType”:“IndividualEntity”,“serviceName”:“client”,“entity”:{“types”:[“LIAISON”,“OWNER”],“identificationType”:{“createdAt”:1673872677526,“code”:“SAID”,“name”:“South African ID”,“description”:“South African ID number.”,“id”:2,“lastModified”:1673872677526},“idNumber":“2305301234567”,“title”:“Miss”,“emailAddress”:"myname@gmail.com”,“nationality”:{“createdAt”:1673872674138,“code”:“ZA”,“name”:“South Africa”,“description”:null,“id”:260,“lastModified”:1673872674138},“streetAddress”:{“country”:{“createdAt”:1673872674138,“code”:“ZA”,“name”:“South Africa”,“description”:null,“id”:260,“lastModified”:1673872674138},“province”:{“createdAt”:1675167586260,“name”:“Gauteng”,“id”:4,“lastModified”:1675167586260},“city”:{“createdAt”:1685082349294,“name”:“midrand”,“id”:14,“lastModified”:1685082349294},“postalCode”:“1809”,“coordinates”:null,“client”:{“website”:null,“tradingHistory”:null,“dateJoined”:1685082347788,“language”:“eng”,“type”:“DIRECT”,“classification”:{“createdAt”:1673872322021,“code”:“SoleProp”,“name”:“Sole Proprietor”,“description”:“This is a business owned by one person. It is not registered with CIPC.”,“id”:1,“lastModified”:1673872322021},“fica":null,“dateCancelled”:null,“createdAt”:1685082348207,“emailAddress”:"myname@gmail.com”,“kyc”:null,“registrationNumber”:null,“tradingAs”:“Myname Botique”,“name”:“Myname Botique”,“contactNumber”:“+27121234567”,“id”:125,“lastModified”:1685082348207,“riskAssessment”:null,“vatNumber”:null,“status”:{“createdAt”:1673872321617,“code”:“Active”,“name”:“Active”,“description”:“Client is active.”,“id”:1,“lastModified”:1673872321617}},“id”:301,“type”:“STREET”,“line2”:“the new estate, glen austin”,“line1”:“508 someorother street”},“surname”:“Mylastname”,“contactNumber”:“+27121234567”,“name”:“Mynamee”,“refugeeAsylumSeeker”:false,“client”:{“website”:null,“tradingHistory”:null,“dateJoined”:1685082347788,“language”:“eng”,“type”:“DIRECT”,“classification”:{“createdAt”:1673872322021,“code”:“SoleProp”,“name”:“Sole Proprietor”,“description”:“This is a business owned by one person. It is not registered with CIPC.”,“id”:1,“lastModified”:1673872322021},“fica":null,“dateCancelled”:null,“createdAt”:1685082348207,“emailAddress”:"myname@gmail.com”,“kyc”:null,“registrationNumber”:null,“tradingAs”:“Myname Botique”,“name”:“Myname Botique”,“contactNumber”:“+27121234567”,“id”:125,“lastModified”:1685082348207,“riskAssessment”:null,“vatNumber”:null,“status”:{“createdAt”:1673872321617,“code”:“Active”,“name”:“Active”,“description”:“Client is active.”,“id”:1,“lastModified”:1673872321617}},“id”:103},“updateType”:“SAVE”}}
I tested the string in JSONLint and it seems to be valid JSON. Can anyone perhaps identify what might be causing the error or suggest a fix?
Thanks
tC/.