Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Created June 15, 2021 13:31
Show Gist options
  • Save hiroyuki-sato/79bb85e87d26cad1f7c79971a27b1841 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/79bb85e87d26cad1f7c79971a27b1841 to your computer and use it in GitHub Desktop.
embuk-filter-column compare result
#########################################
# example/add_columns.yml
#########################################
******************************************
* v0.9
******************************************
2021-06-15 22:14:53.363 +0900: Embulk v0.9.23
2021-06-15 22:14:54.719 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:14:58.366 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:14:59.992 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:15:00.170 +0900 [INFO] (0001:transaction): Loaded plugin embulk-filter-column (0.7.1)
2021-06-15 22:15:00.205 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:15:00.206 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:15:00.209 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:15:00.299 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:15:00.307 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2015-07-13,0,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1370.0,{"bar":"bar","foo":"foo","d":"2015-07-13","copy_foo":"foo"},1,2015-07-12 15:00:00.000000 +0000,2015-07-13 00:00:00.000000 +0000,1370.0
2015-07-13,0,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1370.0,{"foo":"foo2","bar":1,"d":"2015-07-13","copy_foo":"foo2"},1,2015-07-12 15:00:00.000000 +0000,2015-07-13 00:00:00.000000 +0000,1370.0
,,,9170.0,,1,2015-07-12 15:00:00.000000 +0000,2015-07-13 00:00:00.000000 +0000,9170.0
2021-06-15 22:15:00.456 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:15:00.460 +0900 [INFO] (main): Committed.
2021-06-15 22:15:00.461 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
******************************************
* v0.10
******************************************
2021-06-15 22:15:01.261 +0900: Embulk v0.9.23
2021-06-15 22:15:02.436 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:15:05.598 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:15:07.086 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:15:07.248 +0900 [INFO] (0001:transaction): Loaded plugin embulk/filter/column from a load path
2021-06-15 22:15:07.349 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:15:07.350 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:15:07.355 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:15:07.460 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:15:07.467 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2015-07-13,0,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1370.0,{"bar":"bar","foo":"foo","d":"2015-07-13","copy_foo":"foo"},1,2015-07-12 15:00:00.000000 +0000,2015-07-13 00:00:00.000000 +0000,1370.0
2015-07-13,0,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1370.0,{"foo":"foo2","bar":1,"d":"2015-07-13","copy_foo":"foo2"},1,2015-07-12 15:00:00.000000 +0000,2015-07-13 00:00:00.000000 +0000,1370.0
,,,9170.0,,1,2015-07-12 15:00:00.000000 +0000,2015-07-13 00:00:00.000000 +0000,9170.0
2021-06-15 22:15:07.637 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:15:07.642 +0900 [INFO] (main): Committed.
2021-06-15 22:15:07.643 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
#########################################
# example/bracket_notations.yml
#########################################
******************************************
* v0.9
******************************************
2021-06-15 22:15:08.413 +0900: Embulk v0.9.23
2021-06-15 22:15:09.619 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:15:13.105 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:15:14.821 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:15:15.023 +0900 [INFO] (0001:transaction): Loaded plugin embulk-filter-column (0.7.1)
2021-06-15 22:15:15.090 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:15:15.092 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:15:15.098 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:15:15.228 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:15:15.237 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo","copy_foo":"foo","array_a":[{"a":"a0"}],"array_b":[{"b":"b"},{"b":"b"}]}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo2","copy_foo":"foo2","array_a":[{"a":"a0"}],"array_b":[{"b":"b"},{"b":"b"}]}
2015-07-13,,1,,9170.0,{"foo":"FOO","copy_foo":"FOO","array_a":[{"a":"default0"}],"array_b":[{"b":"default"},{"b":"default"}]}
2021-06-15 22:15:15.426 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:15:15.432 +0900 [INFO] (main): Committed.
2021-06-15 22:15:15.432 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
******************************************
* v0.10
******************************************
2021-06-15 22:15:16.265 +0900: Embulk v0.9.23
2021-06-15 22:15:17.433 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:15:21.045 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:15:22.742 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:15:22.942 +0900 [INFO] (0001:transaction): Loaded plugin embulk/filter/column from a load path
2021-06-15 22:15:23.058 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:15:23.059 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:15:23.064 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:15:23.203 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:15:23.212 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo","copy_foo":"foo","array_a":[{"a":"a0"}],"array_b":[{"b":"b"},{"b":"b"}]}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo2","copy_foo":"foo2","array_a":[{"a":"a0"}],"array_b":[{"b":"b"},{"b":"b"}]}
2015-07-13,,1,,9170.0,{"foo":"FOO","copy_foo":"FOO","array_a":[{"a":"default0"}],"array_b":[{"b":"default"},{"b":"default"}]}
2021-06-15 22:15:23.466 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:15:23.472 +0900 [INFO] (main): Committed.
2021-06-15 22:15:23.472 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
#########################################
# example/columns.yml
#########################################
******************************************
* v0.9
******************************************
2021-06-15 22:15:24.328 +0900: Embulk v0.9.23
2021-06-15 22:15:25.578 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:15:30.035 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:15:31.782 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:15:32.019 +0900 [INFO] (0001:transaction): Loaded plugin embulk-filter-column (0.7.1)
2021-06-15 22:15:32.097 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:15:32.099 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:15:32.118 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:15:32.214 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:15:32.225 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo","copy_foo":"foo"}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo2","copy_foo":"foo2"}
2015-07-13,,1,,9170.0,{"foo":"FOO","copy_foo":"FOO"}
2021-06-15 22:15:32.415 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:15:32.423 +0900 [INFO] (main): Committed.
2021-06-15 22:15:32.424 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
******************************************
* v0.10
******************************************
2021-06-15 22:15:33.253 +0900: Embulk v0.9.23
2021-06-15 22:15:34.477 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:15:38.065 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:15:39.863 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:15:40.062 +0900 [INFO] (0001:transaction): Loaded plugin embulk/filter/column from a load path
2021-06-15 22:15:40.167 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:15:40.170 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:15:40.174 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:15:40.284 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:15:40.293 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo","copy_foo":"foo"}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo2","copy_foo":"foo2"}
2015-07-13,,1,,9170.0,{"foo":"FOO","copy_foo":"FOO"}
2021-06-15 22:15:40.518 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:15:40.524 +0900 [INFO] (main): Committed.
2021-06-15 22:15:40.524 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
#########################################
# example/drop_columns.yml
#########################################
******************************************
* v0.9
******************************************
2021-06-15 22:15:41.437 +0900: Embulk v0.9.23
2021-06-15 22:15:42.623 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:15:46.193 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:15:47.956 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:15:48.152 +0900 [INFO] (0001:transaction): Loaded plugin embulk-filter-column (0.7.1)
2021-06-15 22:15:48.208 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:15:48.210 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:15:48.214 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:15:48.337 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:15:48.354 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1370.0,{"bar":"bar"}
Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1370.0,{}
,9170.0,
2021-06-15 22:15:48.517 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:15:48.524 +0900 [INFO] (main): Committed.
2021-06-15 22:15:48.524 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
******************************************
* v0.10
******************************************
2021-06-15 22:15:49.395 +0900: Embulk v0.9.23
2021-06-15 22:15:50.652 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:15:54.515 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:15:56.372 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:15:56.581 +0900 [INFO] (0001:transaction): Loaded plugin embulk/filter/column from a load path
2021-06-15 22:15:56.669 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:15:56.671 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:15:56.676 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:15:56.831 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:15:56.846 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1370.0,{"bar":"bar"}
Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1370.0,{}
,9170.0,
2021-06-15 22:15:57.042 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:15:57.049 +0900 [INFO] (main): Committed.
2021-06-15 22:15:57.050 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
#########################################
# example/edgecase.yml
#########################################
******************************************
* v0.9
******************************************
2021-06-15 22:15:58.009 +0900: Embulk v0.9.23
2021-06-15 22:15:59.289 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:16:03.342 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:16:05.037 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:16:05.269 +0900 [INFO] (0001:transaction): Loaded plugin embulk-filter-column (0.7.1)
2021-06-15 22:16:05.361 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'edgecase.tsv'
2021-06-15 22:16:05.363 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:16:05.367 +0900 [INFO] (0001:transaction): Loading files [example/edgecase.tsv]
2021-06-15 22:16:05.463 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:16:05.471 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
{"phone']Num\"]ber":"foo","copy_foo":"foo","foo']\"]foo":null}
{"phone']Num\"]ber":"foo2","copy_foo":"foo2","foo']\"]foo":null}
{"phone']Num\"]ber":"FOO","copy_foo":"FOO","foo']\"]foo":null}
2021-06-15 22:16:05.607 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:16:05.613 +0900 [INFO] (main): Committed.
2021-06-15 22:16:05.613 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/edgecase.tsv"},"out":{}}
******************************************
* v0.10
******************************************
2021-06-15 22:16:06.489 +0900: Embulk v0.9.23
2021-06-15 22:16:07.740 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:16:11.619 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:16:14.001 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:16:14.163 +0900 [INFO] (0001:transaction): Loaded plugin embulk/filter/column from a load path
2021-06-15 22:16:14.233 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'edgecase.tsv'
2021-06-15 22:16:14.235 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:16:14.239 +0900 [INFO] (0001:transaction): Loading files [example/edgecase.tsv]
2021-06-15 22:16:14.364 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:16:14.372 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
{"phone']Num\"]ber":"foo","copy_foo":"foo","foo']\"]foo":null}
{"phone']Num\"]ber":"foo2","copy_foo":"foo2","foo']\"]foo":null}
{"phone']Num\"]ber":"FOO","copy_foo":"FOO","foo']\"]foo":null}
2021-06-15 22:16:14.529 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:16:14.534 +0900 [INFO] (main): Committed.
2021-06-15 22:16:14.534 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/edgecase.tsv"},"out":{}}
#########################################
# example/example.yml
#########################################
******************************************
* v0.9
******************************************
2021-06-15 22:16:15.480 +0900: Embulk v0.9.23
2021-06-15 22:16:16.747 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:16:20.051 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:16:21.687 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:16:21.874 +0900 [INFO] (0001:transaction): Loaded plugin embulk-filter-column (0.7.1)
2021-06-15 22:16:21.956 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:16:21.958 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:16:21.962 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:16:22.053 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:16:22.060 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo","copy_foo":"foo"}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo2","copy_foo":"foo2"}
2015-07-13,,1,,9170.0,{"foo":"FOO","copy_foo":"FOO"}
2021-06-15 22:16:22.234 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:16:22.240 +0900 [INFO] (main): Committed.
2021-06-15 22:16:22.240 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
******************************************
* v0.10
******************************************
2021-06-15 22:16:23.089 +0900: Embulk v0.9.23
2021-06-15 22:16:24.304 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
2021-06-15 22:16:28.042 +0900 [INFO] (main): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
2021-06-15 22:16:29.762 +0900 [INFO] (main): Started Embulk v0.9.23
2021-06-15 22:16:29.976 +0900 [INFO] (0001:transaction): Loaded plugin embulk/filter/column from a load path
2021-06-15 22:16:30.062 +0900 [INFO] (0001:transaction): Listing local files at directory 'example' filtering filename by prefix 'example.csv'
2021-06-15 22:16:30.064 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2021-06-15 22:16:30.068 +0900 [INFO] (0001:transaction): Loading files [example/example.csv]
2021-06-15 22:16:30.243 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
2021-06-15 22:16:30.254 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo","copy_foo":"foo"}
2015-07-13,Vqjht6YEUBsMPXmoW1iOGFROZF27pBzz0TUkOKeDXEY,1,0,1370.0,{"foo":"foo2","copy_foo":"foo2"}
2015-07-13,,1,,9170.0,{"foo":"FOO","copy_foo":"FOO"}
2021-06-15 22:16:30.458 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
2021-06-15 22:16:30.463 +0900 [INFO] (main): Committed.
2021-06-15 22:16:30.464 +0900 [INFO] (main): Next config diff: {"in":{"last_path":"example/example.csv"},"out":{}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment