Hello Forum,
I have a workspace which is reading in a csv containing a field called UPRN. Some of the values are full (e.g.: 200003362891) but some values are zero. This is expected in the data and is fine.

But when read into the FeatureReader the values look like this (when set as Number)…


And if set as Int64 it comes out like this…


How do I force FME to bring in those UPRN values as contained in the source data?
Thanks,