Skip to content

Instantly share code, notes, and snippets.

@russellkt
Created December 21, 2011 19:42
Show Gist options
  • Save russellkt/1507370 to your computer and use it in GitHub Desktop.
Save russellkt/1507370 to your computer and use it in GitHub Desktop.
writer = new CSVWriter(new FileWriter("/Volumes/mac3/cleared_checks.csv"))
writer.writeNext(checkAttributes)
checks.each{ writer.writeNext(it)}
writer.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment