Liquid Studio Documentation
Data Mapping / Data Mapper Functions / By Category / File / WriteFile
In This Topic
    WriteFile
    In This Topic

    Function Name
    WriteFile
    Category
    File
    Icon
    Description
    Writes a text to a file
    Inputs
    Filename The name of the file to write data to
    Outputs
    Data The text to write to the file
    Properties
    Append When true the data in the file is appended to, when false the contents of the file is replaced by the string in Data.
    Encoding The encoding used to write the text into the file
    EOL Type The end of line char to use when writing to the file (CR/LF/CRLF)
    Execution Order If the transform contains multiple Output Components then this determines the order in which they are executed

     

    See Also