Method | Description |
Close | Close a CVS file |
Find | Find a string in file |
isEOF | Test end of file |
Open | Open CSV file (read only) and initialize the class. You must open a file before calling other method (ReadNextLine or Find) At the end of the process, call Close method. |
ReadNextLine | Read next line and extract values |
SetSeparator | Set CVS file separator. |