If my input file is delimited by a vertical Bar(|) and data has 2 sets of double quotes around data values would I need
to do anything special other than specify the deliminator when reading the records?
Data:
Fileseq|recordnbr|specnbr
""001""|""1""|""cs445""
The first record is the header record.
Thanks.
↧
import-csv question
↧