Class CsvHelper
java.lang.Object
fr.gouv.vitam.collect.internal.core.csv.CsvHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
convertCsvToJsonlMetadataFile
(SedaSchemaInfoResolver sedaSchemaInfoResolver, InputStream is, File metadataFile, boolean isFirstUpload, boolean explicitAttachementMode) static org.apache.commons.csv.CSVParser
static String
sanitizeStringForLog
(String uploadPath, int maxLength)
-
Method Details
-
convertCsvToJsonlMetadataFile
public static void convertCsvToJsonlMetadataFile(SedaSchemaInfoResolver sedaSchemaInfoResolver, InputStream is, File metadataFile, boolean isFirstUpload, boolean explicitAttachementMode) throws IOException, CollectInvalidCsvFormatException -
createParser
- Throws:
IOException
-
sanitizeStringForLog
-