Skip to content

Instantly share code, notes, and snippets.

@dnch
Created November 8, 2010 08:46
Show Gist options
  • Save dnch/667486 to your computer and use it in GitHub Desktop.
Save dnch/667486 to your computer and use it in GitHub Desktop.
Ruby or Perl?
Zip::ZipFile.open(f).read("data.txt").to_a.map { |x| x.chomp.split("|") }.delete_if { |x| x[2] == "KX" }.map { |a| BigDecimal(a.last) }.inject(0) { |sum, x| sum + x }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment