??
Advanced CSV Engine
The advanced CSV engine is the ultimate solution for CSV users. It provides you with pro features including class mappings, type conversions, custom type converter execution, file encoding transformations, and generating CSV to C # classes. All you need to do is to map the data to the class (the row of a data structure) and then write a single line of code where you get the correct data from the destination CSV file. There is no more annoying loop parsing and type conversion.
The following system types are supported:
? BOOL, Byte, char, DateTime, Decimal, double, short, int, long, sbyte, float, string, ushort, uint, ULONG, enum
The following advanced types have been implemented (custom converters):
?. NET Types:array (t[]), List, Dictionary<tkey, tvalue>
? Unity Types:color, Rect, Vector2, Vector3, texture2d (from base64string)
? Column Mapping supports public/private/protected/internal Field & property and readonly field
? Both column index (zero based) and key name (string) mapping is supported
? Support assigning custom converters to ignore default converters
? Support skipping rows (e.g. description data) in CSV file
? Generic type supported. Custom generic Converter creating is supported
? Text file encoding format converting is supported
? Generating C # class file Form CSV is supported (Beta)
? Converting texture2d file to base64string is supported
https://www.assetstore.unity3d.com/en/#!/content/44117
https://www.assetstore.unity3d.com/en/#!/content/40738
??
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Unity Advanced CSV Engine plug-in---help you get rid of all the obstacles