Guest User

Untitled

a guest
May 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. def import(csv)
  2. raw_connection.exec("COPY emails(contact_id, to_address, email_subject_id, generation_id, email_template_id, name) FROM STDIN WITH CSV HEADER")
  3. raw_connection.put_copy_data(csv)
  4. raw_connection.put_copy_end
  5. end
Add Comment
Please, Sign In to add comment