I am trying to upload a simple JSON file
{
"address":{
"serviceLocationId":"873784937",
"billerLocationId":"2234243",
"locationType":"RESI",
"dwellingType":"SINGLE",
"taxGeoCode":"2342325"
}
}
but getting following error:
[illegal_argument_exception]: Could not find a timestamp in the sample provided
Explanation so far:
[Using character encoding [UTF-8], which matched the input with [15%] confidence - first [8kB] of input was pure ASCII]
[Not NDJSON because there was a parsing exception: [Unexpected end-of-input: expected close marker for Object (start marker at [Source: (org.elasticsearch.xpack.textstructure.structurefinder.NdJsonTextStructureFinderFactory$ContextPrintingStringReader); line: 1, column: 2]) at [Source: (org.elasticsearch.xpack.textstructure.structurefinder.NdJsonTextStructureFinderFactory$ContextPrintingStringReader); line: 1, column: 3]]]
any help?