SSIS||Reading Column Header names in SSIS using Script Task

Published: 28 September 2022
on channel: LearnSQLtoSSIS
498
4

How to get the names of header columns in the file using Script Task.

string strLoc = Dts.Variables[("USER::FilePath")].Value.ToString();
MessageBox.Show(strLoc);
string[]strArr = File.ReadAllLines(strPath);
MessageBox.Show(strArr[0]);


Watch video SSIS||Reading Column Header names in SSIS using Script Task online without registration, duration hours minute second in high quality. This video was added by user LearnSQLtoSSIS 28 September 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 498 once and liked it 4 people.