serialization:txt to data tree
Version: 0.0.0
Description
Reads a txt file or string to a DataTree
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | string_or_path | string, data_sources |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | data_tree | abstract_data_tree |
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: core
Scripting name: None
Full name: None
Internal name: txt_to_data_tree
License: None
Changelog
- Version 0.0.0: Initial release.