Pending Submissions: 509
Approved Mappings: 3
Upload a SQLite database file containing UPC to TGDB ID mappings.
The database must have a table named upcs with columns
upcID (barcode) and databaseKey (TGDB game ID).
CREATE TABLE upcs (
upcID TEXT,
databaseKey INTEGER
);
Example data:
| upcID | databaseKey |
|---|---|
| 045496730451 | 12345 |
| 885370107043 | 67890 |