Canley CSV-Lite OFFICIAL SALE

Canley CSV Lite is a robust data management utility designed to replace unreliable string-splitting methods. While basic parsers often break when encountering quoted commas or newlines, this suite utilizes a character-based state machine to ensure your data remains intact, no matter how complex the cell content.


Versatile & Customizable:

  • Built with developers in mind, the package is entirely UI-agnostic and suitable for any genre: from data-heavy RPGs and strategy games to simple high-score management. The included Demo is built with TextMesh Pro and provides a clear example of how to integrate the CSV Manager into your own game logic.

Workflow Oriented:

  • The tool includes dedicated Editor utilities, such as an Inspector-based "Integrity Validator," allowing you to catch formatting errors in your source files before you ever hit Play. It is lightweight, pure C#, and designed to be a "set and forget" solution for modern projects.

Live Data & Robust I/O

  • The suite includes direct support for remote data syncing. By exposing the core parsing engine via ParseRawData, you can inject CSV strings directly from web requests or APIs without touching the disk. Additionally, SaveToFile and LoadFromFilePath methods provide instant boolean feedback, making cross-platform file management safer and more intuitive than ever.
  • The I/O system handles the 'invisible' hurdles for you: it automatically strips UTF-8 Byte Order Marks (BOM) from Excel exports and recursively creates missing sub-directories during save operations