This is my code i am able to print each line but when blank line appears it prints ; because of CSV file format, so i want to skip when blank line appears
im
You can strip leading and trailing whitespace, and if the length is zero after that the line is empty.