Sha256: 2a8e34055e64967fdafa2d1352881c8bbc226f748fbfaabc44fe2d74ba301a4b

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

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.navral@infoobjects.com
    - ankit.kumar@infoobjects.com
  from: abhishek.gupta@infoobjects.com
  password: Abhi@q421
  port: 587
  username: abhishek.gupta@infoobjects.com
  host: smtp.gmail.com
  subject: XYZ123
  #  row: 3
  format_type: html
  protocol: TLSv1.2
  auth: true
  enable_starttls: true
  template: C:\Users\Abhishek Gupta\Desktop\github\embulk-output-send_email\example\email.txt
  is_html: false

Version data entries

1 entries across 1 versions & 1 rubygems

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