DarwinCoreDataSource
org.ecoinformatics.seek.datasource.darwincore.DarwinCoreDataSource

A ResultRecord that is in EML 2.0.0 format.

Author(s):
Version:




_outputTypeAttr
The type of output for data entity. It includes: As Field: This is default value. The output port will be the fields in eml package and output port type will be decided by metadata. User also can use SQL command to select data column. As Table: The selected entity will be send out as a string which contains whole entity data. It has tree output ports: DataTable - data itself, Delimiter - delimiter to seperate fields and NumColumns - the number of fields in the table. As Row: In this output type, one row of selected column data will be sent out as string. It has tree output ports: DataRow - data itself, Delimiter - delimiter to seperate fields and NumColumns - the number of fields in the table.