Skip to main content

serialization:field to csv

Version: 0.0.0

Description

Exports a field or a fields container into a csv file

Inputs

InputNameExpected type(s)Description
Pin 0
Required
field_or_fields_containerfields_container, fieldfield_or_fields_container
Pin 1
Required
file_pathstring
Pin 2storage_typeint32storage type : if matrices (without any particularity) are included in the fields container, the storage format can be chosen. 0 : flat/line format, 1 : ranked format. If 1 is chosen, the csv can not be read by "csv to field" operator anymore. Default : 0.

Outputs

OutputNameExpected type(s)Description

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: serialization

Plugin: csv

Scripting name: None

Full name: None

Internal name: field_to_csv

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.