Not able to get Column Name in Extract Data Table

Hi,

Can you try as the following? This renames columns using items of the 1st row then remove the 1st row.

currentItem.ColumnName=ExtractDataTable.Rows(0)(idx).ToString

Regards,