public class FileFormat extends Object
| Constructor and Description |
|---|
FileFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharsetName()
Getter method for charset name.
|
String |
getFieldsDelimitedBy()
Getter method for string that delimits the fields.
|
String |
getFieldsEnclosedBy()
Getter method for string that encloses fields.
|
String |
getLinesTerminatedBy()
Getter method for string that delimits the lines.
|
Integer |
getNumberOfLinesToIgnore()
Getter method for number of lines to ignore.
|
void |
setCharsetName(String charsetName)
Setter method for charset name.
|
void |
setFieldsDelimitedBy(String fieldsDelimitedBy)
Setter method for string that delimits the fields.
|
void |
setFieldsEnclosedBy(String fieldsEnclosedBy)
Setter method for string that encloses fields.
|
void |
setLinesTerminatedBy(String linesTerminatedBy)
Setter method for string that delimits the lines.
|
void |
setNumberOfLinesToIgnore(Integer numberOfLinesToIgnore)
Setter method for number of lines to ignore.
|
public String getCharsetName()
public void setCharsetName(String charsetName)
charsetName - - the charset of the filepublic String getFieldsEnclosedBy()
public void setFieldsEnclosedBy(String fieldsEnclosedBy)
fieldsEnclosedBy - - the value enclosing fieldspublic String getFieldsDelimitedBy()
public void setFieldsDelimitedBy(String fieldsDelimitedBy)
fieldsDelimitedBy - Character that separates field values in the CSV file. Must be ",".public String getLinesTerminatedBy()
public void setLinesTerminatedBy(String linesTerminatedBy)
linesTerminatedBy - - the string that delimits linespublic Integer getNumberOfLinesToIgnore()
public void setNumberOfLinesToIgnore(Integer numberOfLinesToIgnore)
numberOfLinesToIgnore - - the number of lines to ignoreCopyright © 2025 MuleSoft, Inc.. All rights reserved.