Show / Hide Table of Contents

    File Exporter

    Functions to export data to files of various formats, using File Settings.

    Object Definition

    Object TypeCodeunit
    Object ID70327098
    Object NameQWETB 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.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX