Closed blaazetech closed 4 years ago
I don't think any of the merge strategies support this. For array records, they merge or overwrite the record at the position. It wouldn't be that hard to add a new merge strategy based off of recurse
that supported this. PRs are welcomed.
This is possible in the Go mmdbwriter by writing your own inserter function for InsertFunc
. I am going to close this issue as it is unlikely we will update the Perl writer with this functionality.
Am trying to merge array values when there is an ip collision, am trying something like this,
but everytime am getting only 5994 in ids, the output is something like this
how can i achieve this to write something like below