CsvFile.Read (gb.util)

Function Read ( ) As Collection

Read a new line, and return it as a collection of field values indexed by their field names.

Field values are normalized by using the following algorithm:
  • Unbreakable spaces (Unicode 160) are replaced by normal spaces.

  • Extra spaces or control characters (ASCII code lower then 32) at the beginning or at the end of the value are removed.