public final class CSVUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
parse(java.lang.String line)
Parse CSV line
|
static java.lang.String |
quoteEscape(java.lang.String original)
Quote and escape input value for CSV
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.