Sha256: 0feb4721644d922db3e46eae8cb08101b22faf29a278907af88fb833c10aa64c

Contents?: true

Size: 520 Bytes

Versions: 7

Compression:

Stored size: 520 Bytes

Contents

in:
  type: file
  path_prefix: example/long.csv
  parser:
    type: csv
    columns:
      - {name: long1, type: long}
      - {name: long2, type: long}
      - {name: long3, type: long}
      - {name: long4, type: long}
filters:
  - type: timestamp_format
    default_from_timestamp_unit: ms
    columns:
      - {name: long1, to_timezone: "Asia/Tokyo", to_format: "%Y-%m-%d %H:%M:%S.%N"}
      - {name: long2, type: timestamp}
      - {name: long3, type: long}
      - {name: long4, type: double}
out:
  type: "null"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
embulk-filter-timestamp_format-0.2.3 example/long.yml
embulk-filter-timestamp_format-0.2.1 example/long.yml
embulk-filter-timestamp_format-0.2.0 example/long.yml
embulk-filter-timestamp_format-0.1.9 example/long.yml
embulk-filter-timestamp_format-0.1.8 example/long.yml
embulk-filter-timestamp_format-0.1.7 example/long.yml
embulk-filter-timestamp_format-0.1.6 example/long.yml