Sha256: 3a43e77eacf1e90ca360afef6927cce9c2ffce0705277b2992e0d9a995f2e762

Contents?: true

Size: 955 Bytes

Versions: 1

Compression:

Stored size: 955 Bytes

Contents

exec:
  max_threads: 4
  min_output_tasks: 4
in:
  type: file
  path_prefix: C:\Users\Abhishek Gupta\Desktop\github\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:
    - ankit.kumar@infoobjects.com
    - abhishek.gupta@infoobjects.com
  from: abhishek.gupta@infoobjects.com
  password: 11234
  port: 587
  username: abhishek.gupta@infoobjects.com
  host: smtp.gmail.com
  subject: XYZ123
#  row: 3
  file_type: html
  protocol: TLSv1.2
  auth: true
  smtp_enable: true


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-output-send_email-0.1.2 example/config.yml