| Package | Description |
|---|---|
| com.veeva.vault.sdk.api.csv |
This package provides interfaces to manage reading and writing CSV data.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
RowBuilder.build()
Builds and returns the row.
|
Row |
CsvData.getRow(int index)
Returns a
Row of data at a given index. |
| Modifier and Type | Method and Description |
|---|---|
Stream<Row> |
CsvData.streamRows()
|
| Modifier and Type | Method and Description |
|---|---|
CsvBuilder |
CsvBuilder.addRow(Row row)
Adds a row of values to the CSV data.
|
Copyright © Veeva Systems 2017–2023. All rights reserved.