Variables and attributes of type blob representing valid CSV files can be parsed to collections of object instances. Please see this page for clarity on what defines a "valid" CSV file.
Example
The code snippets below demonstrates how the fromCsv built-in function can be used populate a collection of Nurse object instances:
0 Comments