Sha256: bcb4b55c38294639ff1fbb3d1dded587217d8dde9e0c0ebd6a1d1ae507d789ff
Contents?: true
Size: 591 Bytes
Versions: 2
Compression:
Stored size: 591 Bytes
Contents
in: type: file path_prefix: ./data.tsv parser: type: csv delimiter: "\t" charset: UTF-8 newline: CRLF null_string: 'NULL' skip_header_lines: 1 comment_line_marker: '#' columns: - {name: time, type: timestamp, format: "%Y-%m-%d"} - {name: id, type: long} - {name: name, type: string} - {name: score, type: double} - {name: json_payload, type: string} filters: - type: expand_json_array json_column_name: json_payload root: "$.latest_receipt_info" expanded_column_name: latest_receipt_info out: type: stdout
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
embulk-filter-expand_json_array-0.1.1 | example/embulk.yml |
embulk-filter-expand_json_array-0.1.0 | example/embulk.yml |