Skip to content

fix(output): align TSV rows to block headers#32

Open
Athemis wants to merge 3 commits into
HenningTimm:mainfrom
Athemis:fix/align-tsv-rows-to-headers
Open

fix(output): align TSV rows to block headers#32
Athemis wants to merge 3 commits into
HenningTimm:mainfrom
Athemis:fix/align-tsv-rows-to-headers

Conversation

@Athemis
Copy link
Copy Markdown
Contributor

@Athemis Athemis commented Jun 1, 2026

Summary

  • Fix TSV row generation so values are written in final header order.
  • Preserve empty cells for missing optional fields to keep later columns aligned.
  • Add regression coverage for mixed YAML key order within one block.

Closes #31

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.

TSV output misaligns values when YAML field key order differs

1 participant