Skip to content

Instantly share code, notes, and snippets.

@masao
Created December 20, 2020 08:54
Show Gist options
  • Save masao/96cabc345e40adbd80cc492bf6244ce0 to your computer and use it in GitHub Desktop.
Save masao/96cabc345e40adbd80cc492bf6244ce0 to your computer and use it in GitHub Desktop.
require_relative "ext-hlv.rb"
ARGF.each do |line|
bibid, hlv, = line.chomp.split(/\t/)
hlv.expand_hlv.each do |vol|
puts [bibid, vol].join("\t")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment