| Author | Erik Johnson |
| Creation date | 06/01/2011 |
| Firing policy | all |
| Package | org.seasr.meandre.components.io.conversion |
DESCRIPTION
Overview:
Given a resultset object from an SQL query,create a table for data-mining. The table is a D2K Table object. Each column of the table is from a column in the resultset. Each row of the table correspons to a row from the resultset.
INPUTS
| Name | Description | Example |
|---|---|---|
Connection |
Connection to Database |
|
ResultSet |
A query resultset to create a table from |
OUTPUTS
| Name | Description | Example |
|---|---|---|
Connection |
Connection to Datbase |
|
table |
A table created from the resultset data |
PROPERTIES
| Name | Description | Default value |
|---|---|---|
Discard_Incomplete_Rows |
If this is set to true, this component will discard incomplete rows from the resultset.Incomplete rows have one or more blank columns. |
false |
Add Comment