.. _`Read/write example`: .. _`org.sysess.sympathy.examples.readwrite`: Read/write example ~~~~~~~~~~~~~~~~~~ .. image:: example.svg :width: 48 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 :ref:`Random Tables` node. *Ports*: **Inputs**: :input: [table] Input Tables **Outputs**: :output: [table] Output Tables *Configuration*: .. automodule:: node_examples .. class:: ReadWriteExample