public abstract class LoadDelimitedFile extends Object
| Constructor and Description |
|---|
LoadDelimitedFile() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
String[] |
parse(String line,
String sep,
boolean bQuoted,
int lineNumber) |
abstract void |
process(String[] columns,
int lineNumber) |
void |
read(File file,
String sep,
boolean bQuoted)
Read text file, where each line uses "\\r\\n", and parse based on delimiter.
|
public void read(File file, String sep, boolean bQuoted) throws Exception
file - sep - bQuoted - if column data could have quotes around itExceptionpublic abstract void process(String[] columns, int lineNumber)
Copyright © 1999–2025 ViaOA. All rights reserved.