Skip to content

Commit 395eaa2

Browse files
author
Dai MIKURUBE
committed
Add a complex test for CSV guess to test quoted strings
1 parent fd3b8d4 commit 395eaa2

File tree

4 files changed

+137
-0
lines changed

4 files changed

+137
-0
lines changed

embulk-guess-csv/src/test/java/org/embulk/standards/guess/TestCsvGuessPlugin.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ public void testSimple() throws Exception {
7474
"test_simple_guessed.yml");
7575
}
7676

77+
@Test
78+
public void testComplex() throws Exception {
79+
assertGuessByResource(embulk,
80+
"test_complex_seed.yml", "test_complex.csv",
81+
"test_complex_guessed.yml");
82+
}
83+
7784
@Test
7885
public void testFor1Rows() throws Exception {
7986
assertGuessByResource(embulk,

0 commit comments

Comments
 (0)