What is the best management practice for setting attribute data types prior to writers, preferably at the reader?
My specific issue de jour is an attribute (data e.g. 1023, 1034, 1002.1) that is reading in as real32 but indeed they need to be strings for my use case. A custom python transformer (type casting to strings) changes the values to strings '1023.0', '1034.0', '1002.1', due to real32 initial type, which won't work. I need strings '1023', '1034', '1002.1'.
Thanks for reading and any response is appreciated.
Tyler
FME Desktop 2020.2