Read/write example

../../../../_images/example.svg

A collection of examples that illustrates a number of details that are important in order to create nodes for Sympathy of Data. The usage of content in this file should be combined with the Node Writing Tutorial.

class node_examples.ReadWriteExample[source]

This example node demonstrates how to read from and write to a list of tables. It forwards tables from the input to the output using the source method available for tables and other data types. This will forward data from one file to another, without making needless copies. Instead the data is linked to the source whenever possible.

To run this node you can connect its input port to e.g. a Random Tables node.

Inputs:
input : [table]

Input Tables

Outputs:
output : [table]

Output Tables