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