Sha256: 59acec3d817d9a11078b63d13a8ed2d301ee7a897d5bf897c4e6b56622e180d4

Contents?: true

Size: 741 Bytes

Versions: 5

Compression:

Stored size: 741 Bytes

Contents

in:
  type: file
  path_prefix: example/from_long.csv
  parser:
    type: csv
    columns:
      - {name: long1, type: long}
      - {name: long2, type: long}
      - {name: long3, type: long}
      - {name: long4, type: long}
      - {name: record, type: json}
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: long}
      - {name: long3, type: double}
      - {name: long4, type: timestamp}
      - {name: $.record.long1, to_timezone: "Asia/Tokyo", to_format: "%Y-%m-%d %H:%M:%S.%N"}
      - {name: $.record.long2, type: long}
      - {name: $.record.long3, type: double}
out:
  type: "null"

Version data entries

5 entries across 5 versions & 1 rubygems

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