[fix:] plz's and pplz's CAN be alphanumeric
This commit is contained in:
@@ -61,10 +61,10 @@ public class DataImport
|
||||
parts[7],
|
||||
parts[8],
|
||||
parts[9],
|
||||
ParseInt(parts[10]),
|
||||
parts[10],
|
||||
parts[11],
|
||||
parts[12],
|
||||
ParseInt(parts[13]),
|
||||
parts[13],
|
||||
parts[14],
|
||||
parts[15],
|
||||
parts[16],
|
||||
@@ -196,10 +196,10 @@ public class DataImport
|
||||
GetField("anredzus"),
|
||||
GetField("strasse"),
|
||||
GetField("strasse2"),
|
||||
ParseInt(GetField("plz")),
|
||||
GetField("plz"),
|
||||
GetField("ort"),
|
||||
GetField("land"),
|
||||
ParseInt(GetField("pplz")),
|
||||
GetField("pplz"),
|
||||
GetField("postfach"),
|
||||
GetField("name1"),
|
||||
GetField("name2"),
|
||||
|
||||
Reference in New Issue
Block a user