public class DifToKeel extends Importer
DifToKeel
This class extends from the Importer class. It is used to read data with DIF format and transform them to the KEEL format.processHeader| Constructor and Description |
|---|
DifToKeel(java.lang.String nullValueUser)
DifToKeel class Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Start(java.lang.String pathnameInput,
java.lang.String pathnameOutput)
Method used to transform the data from the DIF file given as parameter to
KEEL format file which will be stored in the second file given.
|
DataType, Save, setProcessHeader, UcFirstpublic DifToKeel(java.lang.String nullValueUser)
nullValueUser. - Null value symbols.public void Start(java.lang.String pathnameInput,
java.lang.String pathnameOutput)
throws java.lang.Exception
pathnameInput - DIF file path.pathnameOutput - KEEL file path.java.lang.Exception - if the files can not be read or written.