Skip to content

Commit

Permalink
exercise 4
Browse files Browse the repository at this point in the history
  • Loading branch information
imbilalbutt committed Jan 22, 2024
1 parent e9e0da8 commit 0a57695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/exercise4.jv
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline TemperaturePipeline {
}

block TemperatureFilePicker oftype FilePicker {
path: "/data.txt";
path: "/data.csv";
}

block TemperatureTextInterpreter oftype TextFileInterpreter {}
Expand Down Expand Up @@ -104,7 +104,7 @@ pipeline TemperaturePipeline {

block TemperatureLoader oftype SQLiteLoader {
table: "temperature";
file: "./temperature.sqlite";
file: "./temperatures.sqlite";
}


Expand Down

0 comments on commit 0a57695

Please sign in to comment.