.. _`Read/write example`: .. _`org.sysess.sympathy.examples.readwrite`: Read/write example `````````````````` .. image:: example.svg :width: 48 Node demonstrating how to read from/write to lists of tables. Documentation ::::::::::::: 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. See :ref:`nodewriting` for more information about writing nodes. See :ref:`datatypeapis` for more information on how to use the APIs of the different data types in Sympathy for Data. Definition :::::::::: Input ports ........... **input** [table] Input Tables Output ports ............ **output** [table] Output Tables Related nodes ............. * :ref:`org.sysess.sympathy.examples.helloworld` * :ref:`org.sysess.sympathy.examples.helloworldcustomizable` * :ref:`org.sysess.sympathy.examples.outputexample` * :ref:`org.sysess.sympathy.examples.adjust` * :ref:`org.sysess.sympathy.examples.errorexample` * :ref:`org.sysess.sympathy.examples.progress` * :ref:`org.sysess.sympathy.examples.allparameters` * :ref:`org.sysess.sympathy.examples.controller` * :ref:`org.sysess.sympathy.examples.regex` Implementation .............. .. automodule:: node_examples :noindex: .. class:: ReadWriteExample :noindex: