Import from CSV to Multi-Enum fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mcmenkes
    Junior Member
    • Sep 2018
    • 2

    Import from CSV to Multi-Enum fields

    EspoCRM 5.4.3

    I would like to import a bunch of adresses and created so called 'multi-enum' fields in Administration » Entity Manager » Contact » Fields which should be populated with the data from CSV.
    These fields resp. this data should be 'searchable' and 'selectable' afterwards for filtering out contacts.

    EspoCRM imports the data to the field and is shown by the contact, but does not create the 'options' which are necessary for filtering.

    What am i doing wrong or have to do to get it done?

    Thank's in advance and thank's for this great CRM software ;-)

    Best regards,

    MCm


  • yuri
    Member
    • Mar 2014
    • 8495

    #2
    Hi,

    You can try to formal column values into json format.

    ["value 1", "value 2", "value 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...