org.pentaho.di.trans.steps.sasinput
Class SasInputHelper

java.lang.Object
  extended by 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
SasInputHelper(String filename)
           
 
Method Summary
 String getFilename()
           
 RowMetaInterface getRowMeta()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SasInputHelper

public SasInputHelper(String filename)
               throws KettleException
Parameters:
filename - The SAS7BAT filename
Throws:
KettleException
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getFilename

public String getFilename()
Returns:
the filename

getRowMeta

public RowMetaInterface getRowMeta()
Returns:
the rowMeta