org.pentaho.di.ui.trans.steps.textfileinput
Class TextFileCSVImportProgressDialog
java.lang.Object
org.pentaho.di.ui.trans.steps.textfileinput.TextFileCSVImportProgressDialog
public class TextFileCSVImportProgressDialog
- extends Object
Takes care of displaying a dialog that will handle the wait while we're finding out what tables, views etc we can
reach in the database.
- Since:
- 07-apr-2005
- Author:
- Matt
TextFileCSVImportProgressDialog
public TextFileCSVImportProgressDialog(Shell shell,
InputFileMetaInterface meta,
TransMeta transMeta,
InputStreamReader reader,
int samples,
boolean replaceMeta)
- Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the
database.
open
public String open()