Map Error List failureReason

I exported the Map Error List from a database table. I got this failureReason “Can’t get text on a START_OBJECT at 1:395” what does this mean? How can I fix this error?

@Hasan_Nabil Where did you export from? Please share a screenshot of the error.

@Sanskrity I downloaded from fix data error in the top of the table, but when I re-indexing the table it gone

@Hasan_Nabil “Can’t get text on a START_OBJECT at 1:395” - this means you pushed OBJECT instead of text for some column. To fix this error, you can stringify the object and push it.

1 Like