I have a CSV file that looks like this:-
ID,X_COR,Y_COR
187347635,335375,369977
185565488,282016,438601
185768788,281568,438584
FME has classified the X_COR and Y_COR columns as time? I lost hours of work by not spotting this and getting mysterious geocoding errors.
I can't see an easy way to override it in the Reader and it doesn't make sense to me to have the time classification?


Either set the correct datatypes, or simply set everything to 'string' if you want to have the most control.
