Small Dataset Test Files¶
This directory contains a small dataset for testing migration scripts and validating the migration process.
Purpose¶
- Quick Testing - Fast validation of migration scripts
- Development - Test new features without large datasets
- Validation - Verify data integrity and relationships
- Training - Learn migration processes with manageable data
Dataset Contents¶
- 10 Companies - Representative sample of company structures
- 50 Contacts - Mix of customers, suppliers, and employees
- 25 Products - Various product types and categories
- 100 Sales Orders - Sample transactions with different scenarios
Usage¶
- Copy these files to your test environment
- Run migration scripts against this dataset
- Validate results and data integrity
- Use as a baseline for larger migrations
Files¶
companies-small.csv- 10 sample companiescontacts-small.csv- 50 sample contactsproducts-small.csv- 25 sample productssales-orders-small.csv- 100 sample sales orders
Validation Checklist¶
- [ ] All companies imported successfully
- [ ] Contact relationships maintained
- [ ] Product categories created correctly
- [ ] Sales orders linked to valid customers and products
- [ ] No data loss or corruption
- [ ] Performance acceptable for small dataset