Sha256: a5863ba2b99bfbf4f7e0b45e1a190b8700e11bb6c415662149e1a424cf719db6
Contents?: true
Size: 763 Bytes
Versions: 1
Compression:
Stored size: 763 Bytes
Contents
exec: max_threads: 4 min_output_tasks: 4 in: type: file path_prefix: C:\Users\Abhishek Gupta\Desktop\new one\embulk-output-send_email\calendar.csv parser: type: csv columns: - {name: dim_calendar_key, type: long} - {name: year_number, type: long} - {name: quarter_number, type: long } - {name: attr_1, type: string } filters: - type: split_column delimiter: '|' is_skip: true target_key: attr_1 output_columns: - {name: attr1, type: string} - {name: attr2, type: string} - {name: attr3, type: string} out: type: send_email to: abc@example.com from: abc@example.com password: XXXXX port: 587 host: smtp.gmail.com row: 3 filetype: html
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
embulk-output-send_email-0.1.0 | example/config.yml |