| Position | Name | Column Type | Description |
| 1 |
Item_id |
Integer, up to 18 digits |
A unique ID for the item, the same as one from the item extract. |
| 2 |
Transaction ID |
Integer, up to 12 digits |
A unique ID for this transaction ( there might be multiple transactions per item, e.g. dutch auctions , stores, etc.)
|
| 3 |
buyer_id |
Integer, up to 12 digits |
A unique ID for the buyer (integer). |
| 4 |
date_of_birth |
Date |
Buyer's date of birth.
|
| 5 |
gender |
1 Character |
Gender : M, F, U (unspecified) |
| 6 |
buyer_country_id |
Integer, up to 9 digits |
Numeric identifier for a country. See lookup package : Countries |
| 7 |
pstl_code |
String, up to 10 characters long |
Zip Code/Postal code of the buyer
|
|