🔹 CSV Lite
Canley Utilities are designed to be high-performance and incredibly easy to integrate.
This CSV suite is engineered to replace unreliable string-splitting with a robust, character-based state machine. It ensures a seamless, crash-free data experience on any platform, featuring a dedicated I/O bridge that handles global regional formatting and hidden Excel characters automatically.
Whether you are building an RPG database, a global localization system, or a cloud-synced save manager, our CSV tool provides a professional, RFC 4180 compliant foundation for your data.
Architecture Overview
Before integrating the tool, it is helpful to understand the relationship between the Manager, the Reader, and the Grid.
- The Manager:
CanleyCSVManageris the primary interface between your data on disk and your project logic. - The Data Holder:
CanleyCSVReaderholds your data in RAM as a grid.
Please see the Architecture Overview page for details.