Sha256: c7de4feeda3af975892f1f15ed31c22dd8a43ace62d5058c06518f934178adc1

Contents?: true

Size: 481 Bytes

Versions: 5

Compression:

Stored size: 481 Bytes

Contents

in:
  type: file
  path_prefix: example/timezone.csv
  parser:
    type: csv
    columns:
    - {name: string1, type: string}
    - {name: string2, type: string}
filters:
  - type: timestamp_format
    default_from_timestamp_format: ["%Y-%m-%d %H:%M:%S.%N %z", "%Y-%m-%d %H:%M:%S %z"]
    columns:
      - {name: string1, to_format: "%Y-%m-%d", to_timezone: "Asia/Tokyo"}
      - {name: string2, to_format: "%Y-%m-%d %H:%M:%S.%N %z", to_timezone: "Asia/Tokyo"}
out:
  type: "null"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
embulk-filter-timestamp_format-0.3.3 example/timezone.yml
embulk-filter-timestamp_format-0.3.2 example/timezone.yml
embulk-filter-timestamp_format-0.3.1 example/timezone.yml
embulk-filter-timestamp_format-0.3.0 example/timezone.yml
embulk-filter-timestamp_format-0.2.4 example/timezone.yml