jon_simpson
08/13/2023, 1:23 AM{"value":"12.6"}
; doesn’t look like setting the schema to NumberType try to cast that and it’s exporting as a string. That’s really the only modification of the response that needs to be done. What’s a good method to handle that?jon_simpson
08/13/2023, 2:43 AMjon_simpson
08/13/2023, 3:17 AMrow["myfield"] = float(row["myfield"])
; is there a better way? It’s of th.NumberType but wasn’t being converted automatically.visch
08/13/2023, 11:42 AMedgar_ramirez_mondragon
08/14/2023, 4:47 PMpost_process
to cast it to a decimal.Decimal.