Skip to content

DE-NDS: the collection had no id - #246

Merged
ivorbosloper merged 2 commits into
mainfrom
split/de_nds
Sep 13, 2026
Merged

ivorbosloper merged 2 commits into
mainfrom
split/de_nds

Conversation

@ivorbosloper

@ivorbosloper ivorbosloper commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

Nothing mapped to id, so the unlisted-column drop wrote a file without one — and it validated. The row index identifies the field now. Same shape as #244 and #245; the guard is in #265.

🤖 Generated with Claude Code

https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG

Nothing mapped to `id`, so the base converter's unlisted-column drop wrote a
file without one, and it validated. The row index identifies the field.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG

@m-mohr m-mohr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, maybe we should discuss how we handle ids in general (stable vs generic made up IDs)

@ivorbosloper

Copy link
Copy Markdown
Collaborator Author

Lgtm, maybe we should discuss how we handle ids in general (stable vs generic made up IDs)

Yes. A valid fiboa file has some unique id. If the source lacks a unique id, we can generate it. Can be the order in the source file (1..n), or generating a UUID (not stable), or calculating a geohash. But this option is simplest and stable.

@ivorbosloper
ivorbosloper merged commit 5625ba8 into main Sep 13, 2026
7 checks passed
@ivorbosloper
ivorbosloper deleted the split/de_nds branch September 13, 2026 17:41
@m-mohr

m-mohr commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

Moved discussion to #282

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.

2 participants