I think I may have found a bug with the Data Table node, or perhaps I’m misunderstanding a setting.
The Problem
I am trying to write data to a Data Table. One of my columns is shot_number, which needs to store string values with leading zeros (e.g., “001”, “002”, “010”).
Even when I explicitly set the column type to Text (or String) in the table schema, the node seems to auto-convert the value to a number, stripping the leading zeros.
For example, an input value of "001" is written to the table as 1.