import csv with headers and lines

egeerdink

New Member
i'm looking to be able to import a file we will be receiving daily. this file is in csv format. a basic example is below:

SH, customer number, name, other info, more info
SA, customer number, customer address, other info, more info
SD, customer number, order info, more order info,more order info
NT, customer number, general information,

There will be multiple instances of SH,SA,SD,NT within this file. I'd like to know how I can extract that info based on customer number.
 
Back
Top