Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ```
  2. embulk preview -G conf.yml
  3. 2015-10-07 09:11:14.928 +0900: Embulk v0.7.5
  4. 2015-10-07 09:11:16.310 +0900 [INFO] (preview): Loaded plugin embulk-filter-eval (0.1.0)
  5. 2015-10-07 09:11:16.330 +0900 [INFO] (preview): Listing local files at directory '/private/tmp/sample/csv' filtering filename by prefix 'sample_'
  6. 2015-10-07 09:11:16.336 +0900 [INFO] (preview): Loading files [/private/tmp/sample/csv/sample_01.csv]
  7. *************************** 1 ***************************
  8. id ( long) : 1
  9. account ( long) : 32,864
  10. time (timestamp) : 2015-01-27 19:23:49 UTC
  11. purchase (timestamp) : 2015-01-27 00:00:00 UTC
  12. comment ( string) : これはテストです
  13. *************************** 2 ***************************
  14. id ( long) : 2
  15. account ( long) : 14,824
  16. time (timestamp) : 2015-01-27 19:01:23 UTC
  17. purchase (timestamp) : 2015-01-27 00:00:00 UTC
  18. comment ( string) : これはテストです
  19. *************************** 3 ***************************
  20. id ( long) : 3
  21. account ( long) : 27,559
  22. time (timestamp) : 2015-01-28 02:20:02 UTC
  23. purchase (timestamp) : 2015-01-28 00:00:00 UTC
  24. comment ( string) : これはテストです
  25. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement