updates the scheme for generating column names for datasets when converting from html/markdown into offset annotations. The previous scheme generated column names based on the header cells for the table, now the column names will be field_1, field_2, etc.
This ensures that column names are predictable and SQL-safe; it is possible that the details of this behavior will change in the future, but the quality of SQL-compatibility is something we will strive to continue supporting.
updates the scheme for generating column names for datasets when converting from html/markdown into offset annotations. The previous scheme generated column names based on the header cells for the table, now the column names will be
field_1
,field_2
, etc.This ensures that column names are predictable and SQL-safe; it is possible that the details of this behavior will change in the future, but the quality of SQL-compatibility is something we will strive to continue supporting.