Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfctr(csv): minify HTML and table text is cct #3733

Merged
merged 3 commits into from
Oct 19, 2024
Merged

Conversation

scanny
Copy link
Collaborator

@scanny scanny commented Oct 18, 2024

Summary
Eliminate historical "idiosyncracies" of table.metadata.text_as_html HTML introduced by partition_csv(). Produce minified .text_as_html consistent with that formed by chunking.

Additional Context

  • CSV .metadata.text_as_html is minified (no extra whitespace or thead, tbody, tfoot elements).
  • table.text is clean-concatenated-text (CCT) of table.

@scanny scanny force-pushed the scanny/minify-csv-html branch 8 times, most recently from c0a5840 to a6c5baf Compare October 18, 2024 22:40
Include TSV in the mix since they are essentially clones of each other.
ryannikolaidis and others added 2 commits October 18, 2024 19:52
… update (#3736)

This pull request includes updated ingest test fixtures.
Please review and merge if appropriate.

Co-authored-by: scanny <[email protected]>
… update (#3737)

This pull request includes updated ingest test fixtures.
Please review and merge if appropriate.

Co-authored-by: scanny <[email protected]>
@scanny scanny added this pull request to the merge queue Oct 19, 2024
Merged via the queue into main with commit 208c7ed Oct 19, 2024
41 checks passed
@scanny scanny deleted the scanny/minify-csv-html branch October 19, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants