hi, i want to know how bulk loader api do to avoid this exception, cause i want to write another api to load the exported rdf data. any ideas?
the data are like this:
<:uid35b3869> “777000636”^^xs:int .
:uid35b38ef>
< “777002156”^^xs:int .
…
it’s obvious that we have already had uid, but when i mutate this data, it causes the above exception.
how to let the dgraph to accept the uid ?