serialization:field to csv
Version: 0.0.0
Description
Exports a field or a fields container into a csv file
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field_or_fields_container | fields_container, field | field_or_fields_container |
| Pin 1 Required | file_path | string | |
| Pin 2 | storage_type | int32 | storage 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
| Output | Name | Expected type(s) | Description |
|---|
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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.