CsvFile.Open (gb.util)

Static Function Open ( Path As String [ , Separator As String, Escape As String, Charset As String ] ) As CsvFile

Desde 3.15

Open a CSV file for reading, and return a CsvFile object for manipulating it.

  • Path : The path of the CSV file.

  • Separator : The separator character. By default it is a comma.

  • Escape : The escape character. By default it is a quotation mark.