Read dBase (Advanced File Connectors)
Synopsis
This operator can read dBase files.Description
This operator can read dBase files. It uses Stefan Haustein's kdb tools.
Input
- file
An dBase file is expected as a file object which can be created with other operators with file output ports like the Read File operator.
Output
- output (Data table)
This port delivers the dBase file in tabular form along with the meta data. This output is similar to the output of the Retrieve operator.
Parameters
- label attributeThe (case sensitive) name of the label attribute
- id attributeThe (case sensitive) name of the id attribute
- weight attributeThe (case sensitive) name of the weight attribute
- data fileThe file containing the data