Import & Export
Move your collection data in and out of RTC Collector easily with import and export features.
Exporting Your Collection
Full Collection Export
Download all your collection data:
- Go to Settings → Data Management
- Click Export My Data
- Choose format:
- JSON: Complete data with all fields, machine-readable, best for backups
- CSV: Spreadsheet-friendly, easy to open in Excel or Google Sheets
- Excel: Native .xlsx format with formatting, suitable for sharing and analysis
- PDF: Formatted report of your collection, suitable for printing or insurance records
- Select what to include:
- Collection items
- Transaction history
- Messages
- Friends list
- Account settings
- Click Request Export
- You'll receive an email when ready (usually within minutes)
- Download from the link (valid for 7 days)
You can also preview the export before downloading to verify the data is correct.
Quick Collection Export
From your collection page:
- Click the Export button
- Choose CSV or JSON
- Exports start downloading immediately
This exports only your collection items (not transactions, messages, etc.).
Selective Export
Export specific items:
- Go to your collection
- Select items using checkboxes
- Click Export Selected
- Choose format
- Download
Useful for exporting subcollections (like "all Game Boy games" or "items to sell").
What's Included in Exports
Collection Items:
- Name, manufacturer, model, year
- Category, condition, status
- Purchase price, current value, purchase date
- Serial numbers
- Descriptions and notes
- Storage locations
- Tags
- Relationships to other items
- Image URLs (not the actual images)
Note: Images aren't included in exports. Download them separately if needed, or they'll remain available in your account.
Using Exported Data
Backups: Keep offline copies of your collection data
Analysis: Import into Excel/Google Sheets for custom charts and pivot tables
Insurance: Provide to insurance companies for coverage documentation
Migration: Move to another platform or tool
Sharing: Share your collection list with others
Importing Collections
Supported Formats
- CSV: Comma-separated values, compatible with Excel/Google Sheets
- JSON: JavaScript Object Notation, for technical users or migrating from other platforms
Import Process
- Go to Settings → Data Management → Import
- Click Choose File
- Select your CSV or JSON file
- Review the mapping:
- Map columns from your file to RTC Collector fields
- Preview shows how data will import
- Choose import mode:
- Merge: Add to existing collection
- Replace: Delete existing collection and import new data
- Click Import
- Wait for processing
- Review import summary (items added, errors, warnings)
CSV Format Requirements
Download a template CSV from the import page to see the expected format.
Required Columns:
name: Item namecategory: Computer, Console, Handheld, Game, Accessory, or Other
Optional Columns:
manufacturer: Manufacturer nameyear: Year of manufacturecondition: New, Like New, Very Good, Good, Fair, Poor, Needs Repairstatus: Owned, Wishlist, Sold, Loaned, Borrowedpurchase_price: Price you paidcurrent_value: Current estimated valuepurchase_date: When you acquired it (YYYY-MM-DD format)serial_number: Serial numbermodel_number: Model numberdescription: Notes about the itemlocation: Storage locationtags: Comma-separated tags
Example CSV:
name,category,manufacturer,year,condition,status,purchase_price,current_value
"Commodore 64",Computer,Commodore,1982,"Very Good",Owned,50,150
"Game Boy",Handheld,Nintendo,1989,"Like New",Owned,80,200
"Super Mario Land",Game,Nintendo,1989,Good,Owned,15,30
Import Limits
Hobbyist (Free): Up to 50 items Collector (£5/month): Up to 150 items Enthusiast (£15/month): Unlimited items
Bulk import/export available for Collector and Enthusiast tiers. For very large imports, contact [email protected].
Handling Import Errors
If your import has errors:
- You'll see a list of items that failed to import
- Each error includes the row number and reason
- Fix the errors in your file and re-import
- Successfully imported items aren't duplicated on retry
Common Errors:
- Invalid category name
- Invalid date format (use YYYY-MM-DD)
- Missing required field (name or category)
- Invalid condition or status values
- Duplicate item names (if your file has duplicates)
Merging vs. Replacing
Merge Mode:
- Adds imported items to your existing collection
- Doesn't remove or modify existing items
- Safe if you're unsure
- Recommended for most imports
Replace Mode:
- Deletes ALL existing items first
- Then imports new data
- Cannot be undone
- Use only if you want to completely replace your collection
- You'll see a big warning and must type "REPLACE" to confirm
Images in Imports
CSV and JSON imports don't include actual image files. To add images after import:
- Import completes successfully
- Go to each item
- Click Edit
- Upload images manually
Or use the bulk image uploader (coming soon).
Deduplication
If you import items with the same name as existing items:
- By default, both are created (duplicates allowed)
- Use "Skip duplicates" option to ignore items that already exist
- Matching is based on exact name match (case-sensitive)
Sharing Collections
Share as Link
Create a public link to your collection:
- Go to Friends → Share Collection
- Click Generate Share Link
- Choose options:
- Include categories (all or select specific)
- Show purchase prices (yes/no)
- Show private notes (yes/no)
- Allow comments (yes/no)
- Set expiration (24 hours, 7 days, 30 days, never)
- Copy link
Anyone with the link can view your collection, even without an account.
Use Cases:
- Share with insurance companies
- Show friends your collection
- Create a portfolio for your website
- Share at collector meetups
Revoking Shares: Go to Settings → Active Shares, click Revoke on any share link.
Share Individual Items
Share a specific item:
- Open item details
- Click Share
- Choose method:
- Copy link
Shared item pages show photos, details, and a link to view your full collection.
Privacy Controls
Before sharing:
- Check Settings → Privacy to ensure your preferred visibility
- Review what information is included in shares
- Consider whether to include prices and private notes
Integration with Other Tools
Spreadsheet Applications
Export to CSV and open in:
- Microsoft Excel
- Google Sheets
- Apple Numbers
- LibreOffice Calc
Use for custom analysis, charts, or formatting.
Database Tools
Export to JSON and import into:
- MongoDB
- PostgreSQL (with JSON support)
- Custom database solutions
Useful for developers building on top of their collection data.
Collection Management Software
Export and import into other collection management platforms. CSV is the most compatible format.
API Access (Coming Soon)
Enthusiast subscribers will get API access:
- Programmatic exports
- Automated imports
- Real-time collection updates
- Integration with other tools
- Custom applications
Troubleshooting
Export Doesn't Download
- Check your email spam folder for the download link
- Ensure popup blockers aren't blocking the download
- Try a different browser
- Contact support if the problem persists
Import Fails
- Verify your CSV format matches the template
- Check for special characters or encoding issues
- Try importing a smaller subset first
- Review error messages for specific issues
Images Missing After Import
Images aren't included in CSV/JSON imports. Upload them manually after importing items.
Duplicate Items Created
If you didn't want duplicates:
- Delete the duplicates manually
- Re-import with "Skip duplicates" enabled
- Ensure item names match exactly
Best Practices
Regular Backups: Export your collection monthly as a backup.
Test Imports: Import a small test file first to verify format before importing hundreds of items.
Document Changes: Keep notes about what you imported and when.
Version Control: Name exports with dates (e.g., collection-2025-01-15.csv).
Privacy: Be careful sharing exports containing personal notes or purchase prices.
Questions?
For import/export questions:
- Check our FAQ
- Email [email protected]
- See CSV template for format examples