CSV Interface v2.0.0
- Bugs fixed.
- Internals redesign: jagged arrays are now allowed in the I/O operations.
- Memory optimization in data dump, import and export operations.
- Added the
CreateJaggedmethod. - Added the
DumpToJaggedArraymethod. - Added the
IsJaggedArraymethod. - Added the
JaggedToTwoDimArraymethod. - Added the
TwoDimToJaggedArraymethod.