Hi all.. Just looking for some guidance and tips...
We have a .csv file with 50K+ lines and what i need to do is quickly reference the file based on another import and then create custom objects and export everything out...
I can loop it, but it will take forever, since we have 6 inputs..
For example...
#Input file
$codes = ipcsv codes.csv #50K+ lines
#This file has stuff I need to pull from $codes
$info = ipcsv info.csv
I was matching something like
But the dataset is so big.. I was wondering what the best way to tackle this challenge is...