forked from sonots/embulk-filter-timestamp_format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nested.txt
10 lines (10 loc) · 1.31 KB
/
nested.txt
1
2
3
4
5
6
7
8
9
10
2016-11-06 14:25:21.964 +0900: Embulk v0.8.6
2016-11-06 14:25:22.829 +0900 [INFO] (0001:preview): Loaded plugin embulk/filter/timestamp_format from a load path
2016-11-06 14:25:22.844 +0900 [INFO] (0001:preview): Listing local files at directory 'example' filtering filename by prefix 'nested.jsonl'
2016-11-06 14:25:22.850 +0900 [INFO] (0001:preview): Loading files [example/nested.jsonl]
+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
| record:json |
+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
| {"timestamp":1436713200000,"nested":{"nested":[{"timestamp":"2015-07-13 00:00:00.000000000"}]},"ignore_nested":{"timestamp":"2015-07-12 15:00:00 UTC"}} |
| {"timestamp":1436713200100,"nested":{"nested":[{"timestamp":"2015-07-13 00:00:00.100000000"}]},"ignore_nested":{"timestamp":"2015-07-12 15:00:00.1 UTC"}} |
+-----------------------------------------------------------------------------------------------------------------------------------------------------------+