Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Large dataset question

$
0
0

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... 


Viewing all articles
Browse latest Browse all 6937

Trending Articles