• I would create a second flat file connection for the data source with a single column and then use conditional split to ignore all but first line.

    Provided the format of that first line is consistent you can then use string functions (replace, trim, substr) etc to get the data you need.