Skip to content

Commit

Permalink
fix encoding for german umlauts
Browse files Browse the repository at this point in the history
  • Loading branch information
ZahraZamanoghli committed May 31, 2024
1 parent 1cc78ad commit a6e045d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exercises/exercise3.jv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ pipeline GoodsPipeline {
url: "https://www-genesis.destatis.de/genesis/downloads/00/tables/46131-0014_00.csv";
}

block GoodsTextFileInterpreter oftype TextFileInterpreter { }
block GoodsTextFileInterpreter oftype TextFileInterpreter {
encoding: "latin4";
}

block GoodsCSVInterpreter oftype CSVInterpreter {
delimiter: ";";
Expand Down

0 comments on commit a6e045d

Please sign in to comment.