Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 364 Bytes

AppleEpfImporter

Installation

gem 'apple_epf_importer'

Download incremental

AppleEpfImporter.get_incremental( 'current',
                                  lambda { |header| puts header },
                                  lambda { |row| puts row },
                                  lambda { |success| puts 'Yeah!' if success } )