public final class CSVUtil extends Object
Modifier and Type | Method | Description |
---|---|---|
static String[] |
parse(String line) |
Parse CSV line
|
static String |
quoteEscape(String original) |
Quote and escape input value for CSV
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.