Make second row of datatable to be the header

@VERNON_SHEN
doing it with Excel:
grafik

doing it with csv:
grafik

First Assign: File.ReadAllLines(CSVFilePath).ToList()
Second Assign: CSVLines.Skip(1).ToList
Config Generate DataTable:
grafik

find starter help here:
Vernon_Shen.xaml (6.8 KB)
CSV as Zip
P-2160-003-A.zip (865 Bytes)

3 Likes