NVIDIA Morpheus (24.10.01)

WriteToFile 模块

此模块将消息写入文件。

参数

类型

描述

示例值

默认值

filename string 输出文件的路径 "output.csv"
file_type string 要写入的文件类型 "CSV" 自动
flush boolean 如果为 true,则在每次写入后刷新文件 false false
include_index_col boolean 如果为 true,则包含索引列 false true
overwrite boolean 如果为 true,则在文件存在时覆盖该文件 true false
复制
已复制!
            

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

上一篇 Write to Elasticsearch 模块
下一篇 DFP 数据准备模块
© 版权所有 2024, NVIDIA。 最后更新于 2024 年 12 月 3 日。