comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/SQRelationParser.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 cc8fc6b29649
children 13596605e81f
comparison
equal deleted inserted replaced
4192:34337e357a54 4193:f63b39799d2d
65 } 65 }
66 } 66 }
67 67
68 68
69 @Override 69 @Override
70 protected void handleLine(String line) { 70 protected void handleLine(int lineNum, String line) {
71 if (line.startsWith(START_META_CHAR)) { 71 if (line.startsWith(START_META_CHAR)) {
72 handleMetaLine(stripMetaLine(line)); 72 handleMetaLine(stripMetaLine(line));
73 } 73 }
74 else { 74 else {
75 handleDataLine(line); 75 handleDataLine(line);

http://dive4elements.wald.intevation.org