Hi,
I am trying to read a dat file. each tab has one specific data. but unfortunately some date has space on it. like I am reading "ABC A" I want this to be one token reading a line but it considers ABC as one token and A another token. Is there any way to read ABA A together regardless of their space.
Thank you