Loading data from multiple files in Ruby using Hash
by Syed Aslam in Ruby · 2 min read
Lately, I have been working applications which require data from an external source to be loaded into the local database. One such application is Sydrea (in the making!), which requires the Drug information to be loaded. Drugs@FDA is freely downloadable compressed zip file which ...