Hi,
I'm importing data where some of the fields contain F and T. After looking at it once it's read in some of the values, specifically Fs and Ts, have been converted to True and False.
Is there a recommend way of dealing with this? I've so far gone for selecting it and converting it to a string of size 1 which returns the truncation warning.
Is this the best method?
Many thanks,