importing a Excel file

0
I am importing a Excel file which has Enumeration attribute when the file was imported the particular value(Ex:the value should be Yes and No , and  i gave yes in excel file )  in enumeration attribute showing nothing due to case sensitivity and i have added in lower case that is why its not showing anything .  how to solve this issue please help me. 
asked
1 answers
2

Hey

 

To map such attributes, its best to use Parse microflows

And in the microflow convert values in lowercase and compare.

This configuration can be made when you set up the excel attributes in the excel template settings.

 

image.png

answered