Problem with .csv file

 
good afternoon, I see a problem I have with a .csv file. This file has n rows recorded, but in the end has a blank row, how I can detect this blank row in an Expert Advisor?, Can anyone help?. thanks
 
jugivi:
good afternoon, I see a problem I have with a .csv file. This file has n rows recorded, but in the end has a blank row, how I can detect this blank row in an Expert Advisor?, Can anyone help?. thanks
Did you try testing for FileIsEnding() ?
 
yes, I have a while (FileIsEnding (handle_input) == false), but trailing white line is not detected as end of file ... somehow I can detect is a blank line?.
Reason: