Hello, is there any way to parse numeric column values as int to float? We are currently getting all values from our DB that are numeric as string.
I saw they library uses some decoders internally, is there any way to customize what fields one wants to parse as number to string?