public class CsvOutputOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
altHeader |
private String |
delimiter |
private boolean |
escape |
private boolean |
header |
private int |
maxRowsPerFlowFile |
private boolean |
quote |
| Constructor and Description |
|---|
CsvOutputOptions(boolean header,
String altHeader,
String delimiter,
boolean quote,
boolean escape,
int maxRowsPerFlowFile) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltHeader() |
String |
getDelimiter() |
int |
getMaxRowsPerFlowFile() |
boolean |
isEscape() |
boolean |
isHeader() |
boolean |
isQuote() |
Copyright © 2023 Apache NiFi Project. All rights reserved.