Package org.knime.base.node.preproc.stringreplacer.dict

Node that replaces the content of a selected column by dictionary entries.

See:
          Description

Class Summary
FilesHistoryPanel Panel that contains an editable Combo Box showing the file to read from and a button to trigger a file chooser.
SearchReplaceDictNodeDialogPane Dialog for Search & Replace (Dictionary) node.
SearchReplaceDictNodeFactory Factory for Search & Replace (Dictionary) node.
SearchReplaceDictNodeModel NodeModel for Search & Replace (Dictionary) node.
 

Package org.knime.base.node.preproc.stringreplacer.dict Description

Node that replaces the content of a selected column by dictionary entries. The dictionary is a plain text file whereby lines in the file correspond to dictionary entries. Each row is of the form:

  value, key1, key2, ...

The first element value is the replacement string, the following key entries are the keys against which the content of the cell is matched. Only perfect matches count, non matching cells will be left untouched.



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.