Table 1234 CSV Buffer in 27
- App
- Base Application
- Namespace
- System.IO
Fields, 3Keys, 1Procedures, 23
Versions171819202122232425262728latest
Source29
Fields, 3
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Line No. | Integer | - |
| 2 | Field No. | Integer | - |
| 3 | Value | Text[250] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Line No., Field No. | - |
Procedures, 23
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| InsertEntry | (Integer, Integer, Text[250]) | public | - | |
| LoadData | (Text, Text[1], Text) | public | - | |
| LoadData | (Text, Text[1]) | public | - | |
| LoadDataFromStream | (InStream, Text[1], Text) | public | - | |
| LoadDataFromStream | (InStream, Text[1]) | public | - | |
| SaveData | (Text, Text[1]) | public | - | |
| SaveDataToBlob | (var Codeunit Temp Blob, Text[1]) | public | - | |
| InitializeReader | (Text, Text[1]) | public | - | |
| InitializeReader | (Text, Text[1], Text) | public | - | |
| InitializeReaderFromStream | (InStream, Text[1], Text) | public | - | |
| InitializeReaderFromStream | (InStream, Text[1]) | public | - | |
| ReadLines | (Integer) | Boolean | public | - |
| ResetFilters | () | public | - | |
| GetValue | (Integer, Integer) | Text[250] | public | - |
| GetCSVLinesWhere | (Integer, Text, var Record CSV Buffer) | public | - | |
| GetValueOfLineAt | (Integer) | Text[250] | public | - |
| GetNumberOfColumns | () | Integer | public | - |
| GetNumberOfLines | () | Integer | public | - |
| GetValueOfLineAt | (Integer, Boolean) | Text[250] | public | - |
| InitializeReader | (Text, Text[1], Text, DotNet Encoding) | public | - | |
| LoadDataFromStream | (InStream, Text[1], Integer) | public | - | |
| LoadDataFromStream | (InStream, Text[1], Text, Integer) | public | - | |
| InitializeReaderFromStream | (InStream, Text[1], Text, Integer) | public | - |