Parsing octet streams from Mandrill attachments

The "base64" => true flag makes me think that "content" is just the CSV base64 encoded. Try doing Base.decode64(content)

3 Likes