Sha256: 8e5ffe4f81575321ec93750f8b65b89eb25b306440d9b0d701eeab2e44e29bd1

Contents?: true

Size: 959 Bytes

Versions: 5

Compression:

Stored size: 959 Bytes

Contents

in:
  type: file
  path_prefix: example/from_string.csv
  parser:
    type: csv
    columns:
      - {name: string1, type: string}
      - {name: string2, type: string}
      - {name: string3, type: string}
      - {name: string4, type: string}
      - {name: record,  type: json}
filters:
  - type: timestamp_format
    default_from_timezone: "Asia/Taipei"
    default_from_timestamp_format: ["yyyy-MM-dd", "yyyy-MM-dd z", "yyyy-MM-dd HH:mm:ss.nnnnnnnnn z", "yyyy-MM-dd HH:mm:ss z", "yyyy-MM-dd HH:mm:ss"]
    default_to_timezone: "Asia/Taipei"
    default_to_timestamp_format: "yyyy-MM-dd HH:mm:ss.nnnnnn Z"
    columns:
      - {name: string1}
      - {name: string2, type: long, to_unit: ms}
      - {name: string3, type: double, to_unit: ms}
      - {name: string4, type: timestamp}
      - {name: $.record.string1}
      - {name: $.record.string2, type: long, to_unit: ms}
      - {name: $.record.string3, type: double, to_unit: ms}
out:
  type: "null"

Version data entries

5 entries across 5 versions & 1 rubygems

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