Closed kaushal-l closed 5 years ago
Write action is on record level not bin level. If you are writing new bins for already existing key then it will get merge (for update policy). But if you are writing already existing bin then it will get replaced. This is expected behaviour so closing this issue.
Hi, I have a test dsv file - set##key##LIVERAMP UserProperties##d4827a9fad61a970ba2d82c270d6e2aa##{"123456789":14931478280}
and corresponding json - { "version" : "2.0", "input_type" : "dsv", "dsv_config": { "delimiter": "##" , "n_columns_datafile": 3, "header_exist": true},
}
I ran the following ->
I was expecting {"123456789":14931478280} to get added to the record's bin. Instead, this record replaced the contents of the bin for that primary key.
Am I doing something wrong or is this the expected behavior? According to (https://www.aerospike.com/docs/tools/asloader/options.html) ,