embulk-filter-timestamp_format 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 578d0fabe6d896aedd6a07bd8c11d1cb1c81655f
4
- data.tar.gz: 1cc1788749509ddbb3d5d15aaad28bece92c5f58
3
+ metadata.gz: 120899ba971132f0473cddee556533b68414e604
4
+ data.tar.gz: 2a90beec56606124fdccd655ea2f60363da0bbb7
5
5
  SHA512:
6
- metadata.gz: fd9a00885725dd08b68a296a6c0706895075835fa05a80803e03417a32439c0fec2eef3ba223ec12f8c21e768ab8e6b2c43f3fd9bec2e3437ae6a3c14453390c
7
- data.tar.gz: edc6d27877426d758af4cc492b07061a12d154a9b244ae71b713ff03055a9938626218d22c2e9728d08f7da77895b7f7cbadd9d63f21fc1a72caced2dfbd64a7
6
+ metadata.gz: f23e5d641d355b57624a0d525f938b01d340bc5d75f824dbf03624416d729b088752b725be101f0061265b72a5551935b5dde8d53492ae3800fd0259d1bd8df9
7
+ data.tar.gz: 041535fed29ef880b9c03f1a507cb7fb4caff1d722aeec162bc49db7c5f2b0dd0a5f6c2b654fc3984d89f49304c655cb6c9df037130696e4ea002ed7a2d85b42
@@ -1,3 +1,9 @@
1
+ # 0.3.3 (2019-02-19)
2
+
3
+ Fixes:
4
+
5
+ * Avoid symlinks to support installing on Windows (thanks to hiroyuki-sato)
6
+
1
7
  # 0.3.2 (2019-01-11)
2
8
 
3
9
  Enhancements:
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.3.2"
16
+ version = "0.3.3"
17
17
  sourceCompatibility = 1.8
18
18
  targetCompatibility = 1.8
19
19
 
@@ -0,0 +1,27 @@
1
+ in:
2
+ type: file
3
+ path_prefix: example/from_string.csv
4
+ parser:
5
+ type: csv
6
+ columns:
7
+ - {name: string1, type: string}
8
+ - {name: string2, type: string}
9
+ - {name: string3, type: string}
10
+ - {name: string4, type: string}
11
+ - {name: record, type: json}
12
+ filters:
13
+ - type: timestamp_format
14
+ default_from_timezone: "Asia/Taipei"
15
+ default_from_timestamp_format: ["%Y-%m-%d %H:%M:%S.%N %z", "%Y-%m-%d %H:%M:%S %z", "%Y-%m-%d %H:%M:%S", "%Y-%m-%d %z", "%Y-%m-%d"]
16
+ default_to_timezone: "Asia/Taipei"
17
+ default_to_timestamp_format: "%Y-%m-%d %H:%M:%S.%N"
18
+ columns:
19
+ - {name: string1, type: string}
20
+ - {name: string2, type: long, to_unit: ms}
21
+ - {name: string3, type: double, to_unit: ms}
22
+ - {name: string4, type: timestamp}
23
+ - {name: $.record.string1, to_timezone: "Asia/Taipei", to_format: "%Y-%m-%d %H:%M:%S.%N"}
24
+ - {name: $.record.string2, type: long, to_unit: ms}
25
+ - {name: $.record.string3, type: double, to_unit: ms}
26
+ out:
27
+ type: "null"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-filter-timestamp_format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naotoshi Seo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-11 00:00:00.000000000 Z
11
+ date: 2019-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -60,7 +60,7 @@ files:
60
60
  - classpath/JsonPathCompiler-0.1.2.jar
61
61
  - classpath/accessors-smart-1.1.jar
62
62
  - classpath/asm-5.0.3.jar
63
- - classpath/embulk-filter-timestamp_format-0.3.2.jar
63
+ - classpath/embulk-filter-timestamp_format-0.3.3.jar
64
64
  - classpath/json-smart-2.2.1.jar
65
65
  - classpath/slf4j-api-1.7.21.jar
66
66
  - config/checkstyle/checkstyle.xml
@@ -1 +0,0 @@
1
- example/from_string.yml