Package org.knime.base.node.io.csvwriter

Node implementation that writes a DataTable to a file in CSV (comma separated value) format (or with any other selectable separator).

See:
          Description

Class Summary
AdvancedPanel  
CommentPanel  
CSVFilesHistoryPanel Panel that contains an editable Combo Box showing the file to write to and a button to trigger a file chooser.
CSVWriter Class to write a DataTable to an output stream.
CSVWriterNodeDialog Dialog to choose a file for csv output.
CSVWriterNodeFactory Factory to create a CSV (comma separated) writer node.
CSVWriterNodeModel NodeModel to write a DataTable to a CSV (comma separated value) file.
DecimalSeparatorPanel Panel of the CSV writer dialog for specifying the decimal separator.
FileWriterNodeSettings  
FileWriterSettings Holds all settings used by the file writer.
QuotePanel  
 

Enum Summary
FileWriterNodeSettings.FileOverwritePolicy Policy how to proceed when output file exists (overwrite, abort, append).
FileWriterSettings.quoteMode mode specifying how to quote the data.
 

Package org.knime.base.node.io.csvwriter Description

Node implementation that writes a DataTable to a file in CSV (comma separated value) format (or with any other selectable separator). Data is written with its string representation (by calling the toString() of the DataCell.



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.