Canley CSV-Standard OFFICIAL SALE

CSV Standard: Automated Object Hydration

Takes your data and gets it into your hierarchy


Canley CSV Standard builds upon the Lite core by adding a sophisticated "Hydration Engine" that eliminates manual data entry.

  • One-Line Table Population: Use Load() to automatically ingest an entire CSV file, instantly matching headers to C# fields and hydrating a full list of objects.
  • Smart Type Orchestration: Native support for all C# Scalars (strings, decimals, primitives), Enums, and Bools.
  • Unity Spatial Structs: Automatically hydrates complex Unity types including Vector2, Vector3, Color, and Quaternions (supporting both Euler and raw formats).
  • Custom Extensibility: Includes OnImport and OnExport hooks to intercept any custom string format and hydrate your objects exactly how you need them.

Includes CSV Lite: The Performance Foundation

Lite is designed for developers who need a reliable, high-speed reader and writer without the overhead of complex class mapping.

  • RFC 4180 Compliance: Handles complex CSV features like fields containing commas, double-quotes, or literal newlines without corruption.
  • Zero-Allocation Access: Optimized for sub-millisecond parsing with minimal garbage collection pressure.
  • Engineered Stability: Uses a character-based state machine and an automatic BOM (Byte Order Mark) stripper to fix common Excel export issues.