Announcement

Collapse
No announcement yet.

Import from CSV to Multi-Enum fields

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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



  • #2
    Hi,

    You can try to formal column values into json format.

    ["value 1", "value 2", "value 3"]

    Comment

    Working...
    X