Class SasInputHelper
- java.lang.Object
-
- org.pentaho.di.trans.steps.sasinput.SasInputHelper
-
public class SasInputHelper extends Object
This file helps us to read a SAS7BAT file- Since:
- 4.3, 07-OCT-2011
- Author:
- matt
-
-
Constructor Summary
Constructors Constructor Description SasInputHelper(String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
org.pentaho.di.core.row.RowMetaInterface
getRowMeta()
String
toString()
-
-
-
Constructor Detail
-
SasInputHelper
public SasInputHelper(String filename) throws org.pentaho.di.core.exception.KettleException
- Parameters:
filename
- The SAS7BAT filename- Throws:
org.pentaho.di.core.exception.KettleException
-
-