Skip to content

Commit

Permalink
Update exercise5.jv
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenSchmotz committed Jul 5, 2023
1 parent f93c8f5 commit 19c478f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions exercises/exercise5.jv
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ pipeline GTFSPipeline {


//stop_name must maintain german umlauts
block GTFSTextFileInterpreter oftype TextFileInterpreter {encoding: "ASCII";}
block GTFSTextFileInterpreter oftype TextFileInterpreter {}/
block GTFSCSVInterpreter oftype CSVInterpreter {
//enclosing: '"';
//enclosingEscape: '"';
delimiter: ",";
enclosing: '"';
enclosing: '"';
enclosingEscape: '"';
//delimiter: ",";
//enclosing: '"';
}


Expand Down

0 comments on commit 19c478f

Please sign in to comment.