You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dynamic model crashes from non-standard CSV headers (#4900)
* fix(reflow): harden header normalization against FOAM property name collisions
* Remove underscore from fallback field name to avoid CONSTANT_VERSION issues
Rename 'field_' + i to 'field' + i so that conversion to constant form
(e.g., FIELD0 vs FIELD__0) works cleanly if this ever becomes a static model.
* Remove underscores from collision suffixes for CONSTANT_VERSION safety
Use 'name2', 'name3' instead of 'name_2', 'name_3' for duplicate
column name resolution, consistent with the field fallback change.
0 commit comments