Package | Description |
---|---|
org.ballerinalang.nativeimpl.io.channels.base | |
org.ballerinalang.nativeimpl.io.csv | |
org.ballerinalang.nativeimpl.io.utils |
Constructor and Description |
---|
DelimitedRecordChannel(CharacterChannel channel,
Format format) |
Modifier and Type | Method and Description |
---|---|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DelimitedRecordChannel |
IOUtils.createDelimitedRecordChannel(String filePath,
String encoding,
String mode,
Format format)
Creates a delimited record channel to read from CSV file.
|
Copyright © 2018 WSO2. All rights reserved.