Skip to content

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

  1. Copy these files to your test environment
  2. Run migration scripts against this dataset
  3. Validate results and data integrity
  4. Use as a baseline for larger migrations

Files

  • companies-small.csv - 10 sample companies
  • contacts-small.csv - 50 sample contacts
  • products-small.csv - 25 sample products
  • sales-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