comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/WaterlevelDifferencesParser.java @ 4193:f63b39799d2d

Adapted DB schema (added relation measurement_station); improved importer to read files from filesystem with measurement stations.
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 22 Oct 2012 09:02:26 +0200
parents aed7aba93718
children 016616df35dc
comparison
equal deleted inserted replaced
4192:34337e357a54 4193:f63b39799d2d
72 current = null; 72 current = null;
73 columns = null; 73 columns = null;
74 } 74 }
75 75
76 @Override 76 @Override
77 protected void handleLine(String line) { 77 protected void handleLine(int lineNum, String line) {
78 if (line.startsWith(START_META_CHAR)) { 78 if (line.startsWith(START_META_CHAR)) {
79 handleMetaLine(stripMetaLine(line)); 79 handleMetaLine(stripMetaLine(line));
80 } 80 }
81 else { 81 else {
82 handleDataLine(line); 82 handleDataLine(line);

http://dive4elements.wald.intevation.org