Import UPC Database

Current Statistics

Pending Submissions: 509
Approved Mappings: 3

Upload SQLite Database

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).

Accepted file types: .db, .sqlite, .sqlite3
Note: Imported mappings will be added directly as approved mappings with source set to "import". Duplicate UPC+TGDB ID combinations will update the existing mapping's timestamp.
Cancel
Expected Database Schema
CREATE TABLE upcs (
  upcID TEXT,
  databaseKey INTEGER
);

Example data:

upcID databaseKey
045496730451 12345
885370107043 67890