CondeNast / atjson

atjson is a living content format for annotating content
https://atjson.condenast.io
Apache License 2.0
215 stars 13 forks source link

fix: update column naming scheme in convert-html-tables helper #1818

Closed colin-alexa closed 1 day ago

colin-alexa commented 6 days ago

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.

colin-alexa commented 6 days ago

@copilot-robot prerelease

copilot-robot commented 6 days ago

Hi, @colin-alexa, a pre-release has been published: