Skip to content

Instantly share code, notes, and snippets.

@psapir
Created May 28, 2016 11:10
Show Gist options
  • Select an option

  • Save psapir/d8e0adb93efaebe015d3f6bcf2d5b79e to your computer and use it in GitHub Desktop.

Select an option

Save psapir/d8e0adb93efaebe015d3f6bcf2d5b79e to your computer and use it in GitHub Desktop.
Creating a CSV download page with SSJS
Name,EmailAddress
Pato,[email protected]
Bill,[email protected]
<script runat=server>
Platform.Load("core", "1");
HTTPHeader.SetValue("content-disposition","attachment; filename='test.csv'");
</script>
@psapir
Copy link
Copy Markdown
Author

psapir commented May 28, 2016

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