Skip to content

Instantly share code, notes, and snippets.

View ajordens's full-sized avatar

Adam Jordens ajordens

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ajordens on github.
  • I am ajordens (https://keybase.io/ajordens) on keybase.
  • I have a public key ASA910jRMAltyjBQ6HygbLDmPlqV1IjNariLnn7iXoYm9wo

To claim this, I am signing this object:

@ajordens
ajordens / iTunesPurchaseHistoryExport.groovy
Created September 5, 2010 21:36
Groovy script that exports your iTunes Mobile Application downloads to a csv.
import groovy.io.FileType
import java.util.zip.ZipEntry
import au.com.bytecode.opencsv.CSVWriter
import java.util.zip.ZipFile
@Grapes([
@Grab(group = 'net.sf.opencsv', module = 'opencsv', version = '2.1')])
/**
* Exports your 'Mobile Application' contents to a .csv