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 22127b2 commit 853ffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/exercise5.jv
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pipeline GTFSPipeline {

//Write data into a SQLite database called “gtfs.sqlite”, in the table “stops”
block GTFSLoader oftype SQLiteLoader {
table: "stops";
table: "gfts";
file: "gfts.sqlite";
}
}

0 comments on commit 853ffa5

Please sign in to comment.