WriteToFile Module

This module writes messages to a file.

Parameter

Type

Description

Example Value

Default Value

filename string Path to the output file “output.csv” None
file_type string Type of file to write “CSV” AUTO
flush bool If true, flush the file after each write false false
include_index_col bool If true, include the index column false true
overwrite bool If true, overwrite the file if it exists true false
Copy
Copied!
            

{ "filename": "output.csv", "overwrite": true, "flush": false, "file_type": "CSV", "include_index_col": false }

Previous Write to Elasticsearch Module
Next DFP Data Prep Module
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.