when merging two arrays with mergeData() using different property names (e.g. "countryCode" in the first array and "alpha3Code" in the second), the resulting array objects will have both properties with the same value. Do we intend to use deleteProps() afterwards or should we change that?
when merging two arrays with mergeData() using different property names (e.g. "countryCode" in the first array and "alpha3Code" in the second), the resulting array objects will have both properties with the same value. Do we intend to use deleteProps() afterwards or should we change that?