Skip to content

Commit

Permalink
Update NGSIGenericAggregator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Feb 3, 2022
1 parent 626fd78 commit 08534b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ public String getEscapedString(JsonElement value, String quotationMark) {
escaped = escaped.replaceAll("'", "''");
break;
case "\"":
// Currently not used but maybe in the future could be useful
escaped = escaped.replaceAll("\"", "\"\"");
break;
}
Expand Down

0 comments on commit 08534b0

Please sign in to comment.