.. _`Export Tables`: .. _`org.sysess.sympathy.export.exporttables`: Export Tables ````````````` .. image:: export_table.svg :width: 48 Export Tables Documentation ::::::::::::: File format plugins =================== This node uses plugins, with each plugin supporting one or more file formats. The plugins have their own configurations which are reached by choosing a plugin in the configuration GUI. Please refer to the documentation for each plugin (listed below) for details. Definition :::::::::: Input ports =========== **port0** | Type: [table] | Description: Tables to be exported **port1** | Type: [datasource] | Description: External filenames | Optional number of ports: 0--1 (default: 0) Output ports ============ **port0** | Type: [datasource] | Description: Datasources of exported files Configuration ============= **Exporter** (active_exporter) Select data format exporter. Each data format has its own exporter with its own special configuration, see exporter information. The selection of exporter do also suggest filename extension. **Output directory** (directory) Select the directory where to export the files. **Filename** (filename) Filename without extension. Plugins ======= * :ref:`plugin_tabledataexporterbase` Related nodes ============= * :ref:`org.sysess.sympathy.data.table.importtable` * :ref:`org.sysess.sympathy.data.table.importtablemultiple` Examples ======== Example flows demonstrating this node: * :download:`InputOutputGenerate.syx ` The node can be found in: * :download:`LambdaOperations.syx ` * :download:`FileOperations.syx ` * :download:`UpdateExcelReport.syx ` * :download:`audio_processing.syx ` Implementation ============== .. automodule:: node_export_tables :noindex: .. class:: ExportTables :noindex: