assumption: DataTable - dtData
Assign Activity:
arrMissplacedCols | String Array
{"Name","Age", "City" }.Where(Function (x,i) Not i.Equals(dtData.Columns(x).Ordinal)).toArray
when there is a misplaced column we will get it within the arrMissplacedCols
UPD1 -) Fix and Visualizations
And