Sha256: 8569db5ef4dfdfea691b60e0ca05c5283ae986ec89605e00c696ae6bc9cf5509

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

in:
  type: file
  path_prefix: example/timestamp.txt
  parser:
    type: csv
    skip_header_lines: 0
    columns:
      - {name: time, type: timestamp, format: '%Y-%m-%d %H:%M:%S', timezone: "Asia/Tokyo"}
out:
  type: file
  path_prefix: /tmp/single_value_
  file_ext: txt
  formatter:
    type: single_value
    null_string: ""
    timestamp_format: "%Y-%m-%d %H:%M:%S %z"
    timezone: "Asia/Tokyo"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
embulk-formatter-single_value-0.3.1 example/timestamp.yml
embulk-formatter-single_value-0.3.0 example/timestamp.yml
embulk-formatter-single_value-0.2.0 example/timestamp.yml
embulk-formatter-single_value-0.1.2 example/timestamp.yml
embulk-formatter-single_value-0.1.1 example/timestamp.yml