Skip to content
  • Moshe Weitzman's avatar
    Add dedupe() method for a field mapping. This assures that the value is... · b1590149
    Moshe Weitzman authored
    Add dedupe() method for a field mapping. This assures that the value is unique, even if source data contains duplicates. Commonly used for usernames. Uniqueness is currently achieved by appending a number (e.g. example1). In the future we can expand to custom replacement patterns such as email address: sally1@example.com. Dedupe can be used on any mapping.
    b1590149