Hello all,
When sending data using a multi_dimensional array and “bulk_args” in the http endpoint, the returning response contains “rowcount” for each data row (?).
The rowcount is -2 for errors, but does this correspond to the same element in the array that was sent , i.e. I could pinpoint which array element caused the insertion to fail ?
This is what I derived off of the docs HTTP endpoint — CrateDB: Reference
Is this correct ?
Thanks