Skip to content

Instantly share code, notes, and snippets.

@psapir
Created May 28, 2016 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save psapir/d8e0adb93efaebe015d3f6bcf2d5b79e to your computer and use it in GitHub Desktop.
Save psapir/d8e0adb93efaebe015d3f6bcf2d5b79e to your computer and use it in GitHub Desktop.
Creating a CSV download page with SSJS
Name,EmailAddress
Pato,pato@bh.exacttarget.com
Bill,bill@bh.exacttarget.com
<script runat=server>
Platform.Load("core", "1");
HTTPHeader.SetValue("content-disposition","attachment; filename='test.csv'");
</script>
@psapir
Copy link
Author

psapir commented May 28, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment