public class CsvScheme extends Object implements Scheme
CsvScheme uses the standard RFC4180 CSV Parser One of the difference from Tsv format is that fields with embedded commas will be quoted. eg: a,“b,c”,d is allowed.
Modifier and Type | Method and Description |
---|---|
List<Object> |
deserialize(ByteBuffer ser) |
Fields |
getOutputFields() |
public List<Object> deserialize(ByteBuffer ser)
deserialize
in interface Scheme
public Fields getOutputFields()
getOutputFields
in interface Scheme
Copyright © 2022 The Apache Software Foundation. All rights reserved.