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 fileIOExceptionSqlLoaderControlParserExceptionList parse(URL url) throws IOException, SqlLoaderControlParserException
url - the URLIOExceptionSqlLoaderControlParserExceptionList parse(String csv) throws PipelineException, IllegalInputCharacterException
csv - the CSV dataIllegalInputCharacterExceptionPipelineExceptionString getTableName()
Copyright © 2002–2016. All rights reserved.