Table 1234 CSV Buffer in 19
- App
- Base Application
Fields, 3Keys, 1Procedures, 19
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, 19
| 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 | - |