I have created one config file having values from an excel sheet. some values are in integer and some values are empty . how should I handle the empty values ? for example :-
DATE =
DATE_1 = 0
DATE_2 = 11
DATE_3 = 15
here DATE is empty , how should I handle empty values so that I can use DATE in my python3 script.