Skip to content

Commit be0bd79

Browse files
Merge pull request #583 from ie3-institute/to/#582-rfc-compliancy
apply rfc compliance to csv sink
2 parents ff7fc29 + 48fef7b commit be0bd79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/edu/ie3/datamodel/io/sink/CsvFileSink.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ private <C extends UniqueEntity> void write(C entity) {
326326
entityFieldData =
327327
processorProvider
328328
.handleEntity(entity)
329+
.map(this::csvEntityFieldData)
329330
.orElseThrow(
330331
() ->
331332
new SinkException(

0 commit comments

Comments
 (0)