**Generate a CSV template the importer accepts** #83
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/bs_scoring#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Generate a CSV template the importer accepts
Selecting the new CSV template option writes a file whose sample data has 10 columns (
team_name,team_code,league_name,...), butimport_csvonly accepts 5, 7, or 8 fields in the orderteam,number,away_number,first_name,last_name,position,pitch,bat. A user who downloads this template and immediately imports it will getInvalid format (expected 5, 7, or 8 fields, got 10)for every data row, so the feature is unusable as a player import template.Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in https://github.com/umpire274/bs_scoring/pull/82#discussion_r3355186488