Very tired this morning so if this is obvious then thats my excuse !!!
i am using a buffered reader to read through a csv file - but i dont want to add any empty spaces, as in
" "
the problem is - when i read the line i am checking if the string length is > 0, if so then add, however the string " " is of length 4 - even tho its empty
is there a better check i can do
thanks