disable case sensitivity comparison when importing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • livewire
    Senior Member
    • Nov 2016
    • 100

    disable case sensitivity comparison when importing

    Hi

    I have a list of leads in a csv format..In espo crm i have added my sources as Facebook, Instagram, Google, Bing, AdEx

    But in my csv randomly it says facebook, instagram, google, bing, adex, Adex etc... So when im importing the validation fails for most if the items coz they are ether lower case or mixed case.

    is it possible to import ignoring the case sensitivity?

    Thanks
  • yuri
    Member
    • Mar 2014
    • 8453

    #2
    Hi, You can declare a sanitizer for your field that will adjust an input value to exactly match an enum option value.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8453

      #3
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...