Package org.nuxeo.ecm.csv.core
Class CSVImporterOptions.Builder
java.lang.Object
org.nuxeo.ecm.csv.core.CSVImporterOptions.Builder
- Enclosing class:
CSVImporterOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchSize(int batchSize) build()checkAllowedSubTypes(boolean checkAllowedSubTypes) commentMarker(Character commentMarker) computeTotalThresholdSize(long computeTotalThresholdSize) dateFormat(String dateFormat) escapeCharacter(Character escapeCharacter) importMode(CSVImporterOptions.ImportMode importMode) listSeparatorRegex(String listSeparatorRegex) sendEmail(boolean sendEmail) trim(boolean trim) updateExisting(boolean updateExisting)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
documentModelFactory
-
dateFormat
-
listSeparatorRegex
-
commentMarker
-
escapeCharacter
-
trim
- Since:
- 2025.0
-
updateExisting
-
checkAllowedSubTypes
-
sendEmail
-
batchSize
-
importMode
-
computeTotalThresholdSize
- Since:
- 11.5
-
build
-