import data from csv file in an input (enum)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fedikh
    Junior Member
    • Oct 2024
    • 5

    import data from csv file in an input (enum)

    hello , plz i need help in inserting many options in an enum input , i have a csv file whith all the options (clients) , iwant a solution to insert this data each one in an option of the enum field whithout custom code , just using the administation . i appreciate your response , thanks !
  • victor
    Active Community Member
    • Aug 2022
    • 813

    #2
    1. Each value from the import file must be added to Administration > Entity manager > Your_entity_name > Fields > Your_enum_field_name > Options.

    Click image for larger version  Name:	image.png Views:	0 Size:	41.9 KB ID:	115711

    2. Make sure that the data from the cells of your import file is identical to the Options of your Enum field.
    3. Perform the import according to the instructions:
    - https://www.espocrm.com/video/import-data/;
    - https://docs.espocrm.com/administration/import/.

    Comment

    Working...