BeeBreed
BeeBreed is the reference system for genetic selection in Germany and German-speaking countries. BeePass recognizes 3 different BeeBreed export formats, each with its own dedicated parser.
BeeBreed Datenimport (111 columns)
The Datenimport format is the full BeeBreed data export. Each row contains a queen's information and one coupled evaluation.
Marker columns
BeePass detects this format when 5 or more columns are present among:
NST, L1A, LV1A, Z1A, NR1A, J1A, SANFT, WABEN, SCHWARM, GESAMT, BOMI1, BIMI1
Zuchtbuchnummer reconstruction
The breeding book number is reconstructed from 5 columns:
L1A=DE, LV1A=44, Z1A=1, NR1A=3, J1A=2022
→ serial_number = "DE-44-1-3-2022"
The same logic applies for the dam (prefix 2A) and the drone sire group (prefix 4A).
Trait mapping
| BeeBreed column | BeePass field | Description |
|---|---|---|
SANFT | Gentleness | Score 1-4 |
WABEN | Comb sitting | Score 1-4 |
SCHWARM | Non-swarming | Score 1-4 |
GESAMT | Honey (kg) | Total production |
ENTWICK | Vigor | Score 1-4 |
WINTER | Wintering | Score 1-4 |
AUSRAUM | HYG (cells) | 6h or 24h depending on AUSRAUMH |
ANPAARTYP | Mating code | 1=INS, 2=BSF, 3=NAT |
DROHNEN | SDI code | 1 drone = SDI |
Additional columns (BOMI1, BIMI1, SMR, VSH...) are preserved in the origin_data JSON field.
BeeBreed Stockkarten (32 columns)
Inspection cards (Stockkarten) contain multiple rows per queen: each row corresponds to one inspection. This is the only format where N rows = N evaluations for the same queen.
Detection
BeePass detects this format when column 1A is present, along with at least 3 of these columns:
JST, DATUM, HONIG, SANFT, WABEN, SCHWARM, BOMI, BIMI, SMR, VSH
How it works
- Column
1Acontains the full Zuchtbuchnummer (no reconstruction needed) - BeePass groups rows by Zuchtbuchnummer: 1 unique queen + N evaluations
- The evaluation year is extracted from column
JSTor from the last segment of the Zuchtbuchnummer - Traits are the same as Datenimport (SANFT, WABEN, SCHWARM, HONIG...)
BeeBreed Zuchtwerte (33 columns)
The Zuchtwerte export contains calculated breeding values (Zuchtwert) and their reliability (Sicherheit) for each trait.
Detection
Column 1A present + 5 or more columns among:
GZW, ZWHO, SIHO, ZWAG, SIAG, ZWWS, SIWS, ZWSN, SISN, ZWVI, SIVI, ZWWF, SIWF, INZW, INZQ
Key columns
| Column | Description |
|---|---|
GZW | Gesamtzuchtwert (total breeding value) |
ZWHO / SIHO | Honey: value / reliability |
ZWAG / SIAG | Gentleness: value / reliability |
ZWWS / SIWS | Comb sitting: value / reliability |
ZWSN / SISN | Non-swarming: value / reliability |
INZW / INZQ | Inbreeding coefficients |
Imported data
This format imports queens with their pedigree. Breeding values are stored as read-only data in the origin_data JSON field — they serve as reference but do not replace BeePass calculations.
Export from BeeBreed
- Log in to beebreed.eu
- Navigate to the Datenexport section of your account
- Select the desired format (Datenimport, Stockkarten, or Zuchtwerte)
- Download the CSV file
Datenimport and Stockkarten create queens + evaluations. Zuchtwerte imports queens with breeding values as reference data (read-only).
If you have multiple BeeBreed files, import Datenimport first (queens + 1 evaluation), then Stockkarten (additional evaluations). Existing queens will be matched by their Zuchtbuchnummer.
See also
- Supported formats — overview of all formats
- Index Mellifera — French format
- Custom CSV / Excel — for unrecognized files