public class TextFileCSVImportProgressDialog extends Object implements CsvInputAwareImportProgressDialog
Constructor and Description |
---|
TextFileCSVImportProgressDialog(org.eclipse.swt.widgets.Shell shell,
TextFileInputMeta 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.
|
Modifier and Type | Method and Description |
---|---|
String |
open() |
String |
open(boolean failOnParseError) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStringFromRow
public TextFileCSVImportProgressDialog(org.eclipse.swt.widgets.Shell shell, TextFileInputMeta meta, TransMeta transMeta, InputStreamReader reader, int samples, boolean replaceMeta)
public String open()
public String open(boolean failOnParseError)
open
in interface CsvInputAwareImportProgressDialog
failOnParseError
- if set to true, parsing failure on any line will cause parsing to be terminated; when
set to false, parsing failure on a given line will not prevent remaining lines from
being parsed - this allows us to analyze fields, even if some field is mis-configured
and causes a parsing error for the values of that field.Copyright © 2019 Hitachi Vantara. All rights reserved.