Skip to content

Commit

Permalink
Merge pull request #2 from Avsar2001/made-exe-1
Browse files Browse the repository at this point in the history
exercise 1 improvement (itr-1)
  • Loading branch information
Avsar2001 authored Apr 27, 2024
2 parents 36a51ad + 92ce6eb commit 3905456
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions exercises/exercise1.jv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pipeline AirportsPipeline {
AirportsExtractor
-> AirportsFileInterpreter
-> AirportsCSVInterpreter
-> NameHeaderWriter
-> AirportsTableInterpreter
-> AirportsLoader;

Expand All @@ -21,12 +20,6 @@ pipeline AirportsPipeline {
delimiter: ";";
}

// Write Headers into table
block NameHeaderWriter oftype CellWriter {
at: range A1:A13;
write: ["Lfd. Nummer", "Name des Flughafens", "Ort", "Land", "IATA", "ICAO", "Latitude", "Longitude", "Altitude", "Zeitzone", "DST", "Zeitzonen-Datenbank", "geo_punkt"];
}

// Define columns of table with datatypes
block AirportsTableInterpreter oftype TableInterpreter {
header: true;
Expand Down

0 comments on commit 3905456

Please sign in to comment.