Skip to content

Commit

Permalink
Fixes #1376: apoc.load.csv cannot parse files with backslash characte…
Browse files Browse the repository at this point in the history
…r in the data (#2261) (#2362)
  • Loading branch information
github-actions[bot] authored Jan 13, 2022
1 parent 96a9c22 commit 36642a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full/src/test/java/apoc/load/LoadCsvTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static void assertRow(Result r, String name, String age, long lineNo) {
}

@Test
public void testLoadCsvEscape() {
public void testLoadCsvEscape() {
String url = "test-escape.csv";
final List<String> results = List.of("map", "list", "stringMap", "strings");
testResult(db, "CALL apoc.load.csv($url, $config)",
Expand Down

0 comments on commit 36642a1

Please sign in to comment.