Change Mapping Status From Boolean To Enum
Currently boolean is used for checking mapping status of a row, instead of boolean type use named class which have 3 types mapped, unmapped and ignore
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>