Sha256: 549030a3d7481e391cd3bacc44eab55ad9fca88befa86183de0de1a9f15751fa

Contents?: true

Size: 777 Bytes

Versions: 3

Compression:

Stored size: 777 Bytes

Contents

in:
  type: file
  path_prefix: example/string.csv
  parser:
    type: csv
    columns:
      - {name: string1, type: string}
      - {name: string2, type: string}
      - {name: string3, type: string}
      - {name: string4, type: string}
filters:
  - type: timestamp_format
    default_from_timezone: "Asia/Taipei"
    default_from_timestamp_format: ["%Y-%m-%d", "%Y-%m-%d %Z", "%Y-%m-%d %H:%M:%S.%N %Z", "%Y-%m-%d %H:%M:%S %Z", "%Y-%m-%d %H:%M:%S"]
    default_to_timezone: "Asia/Taipei"
    default_to_timestamp_format: "%Y-%m-%d %H:%M:%S.%N"
    timestamp_parser: auto_java
    columns:
      - {name: string1}
      - {name: string2, type: timestamp}
      - {name: string3, type: long, to_unit: ms}
      - {name: string4, type: double, to_unit: ms}
out:
  type: "null"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
embulk-filter-timestamp_format-0.2.3 example/string_auto_java.yml
embulk-filter-timestamp_format-0.2.1 example/string_auto_java.yml
embulk-filter-timestamp_format-0.2.0 example/string_auto_java.yml