I'm ingesting JSON data to a realtime table. The value is a JSON String but is a numeric value with leading spaces: { "account":" 123", ....} If the table column type is Double, then this record will ...