File Exporter
Functions to export data to files of various formats, using File Settings.
Object Definition
| Object Type | Codeunit |
| Object ID | 70327098 |
| Object Name | QWETB File Exporter |
Procedures
| Name | Description |
|---|---|
| AddColumn(Integer; Integer; Variant) | Writes a value at a given position. |
| AddColumn(Variant) | Writes a value to next column for the current line. |
| Init(Code[20]) | Initializes the File Exporter codeunit. |
| NewLine() | Initiates line and column counters to first column on next line. |
| SaveDataToBlob(Codeunit "QWETB Temp Blob") | Saves the provided data in a TempBlob codeunit. |
| SaveDataToBlob(Codeunit "Temp Blob") | Saves the provided data in a TempBlob codeunit. |
Deprecated Procedures
| Name | Description |
|---|---|
| SaveDataToBlob(Record "QWETB tTempBlob" temporary) | Saves the provided data in a TempBlob record. |
This documentation is generated from Smart Toolbox v27.1