Skip to content

Commit

Permalink
[Gpkg2Shp] indicate truncating string values
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Dec 13, 2024
1 parent 9e64edf commit a8ff6ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public void trimStringValueOk() throws Exception {
while(it.hasNext()) {
SimpleFeature feat = it.next();
String attrValue = (String) feat.getAttribute("routndrte");
System.err.println(attrValue);
if (attrValue.contains("TRUNCATED")) {
found = true;
}
Expand Down

0 comments on commit a8ff6ce

Please sign in to comment.