public interface SqlLoaderControlParser
Modifier and Type | Method and Description |
---|---|
String |
getTableName() |
List |
parse(File file)
Parse.
|
List |
parse(String csv)
Parse.
|
List |
parse(URL url)
Parse.
|
List parse(File file) throws IOException, SqlLoaderControlParserException
file
- the fileIOException
SqlLoaderControlParserException
List parse(URL url) throws IOException, SqlLoaderControlParserException
url
- the URLIOException
SqlLoaderControlParserException
List parse(String csv) throws PipelineException, IllegalInputCharacterException
csv
- the CSV dataIllegalInputCharacterException
PipelineException
String getTableName()
Copyright © 2002–2016. All rights reserved.