Hi AkshaySandhu,
got an error
My edited query
“(From match as System.Text.RegularExpressions.Match in System.Text.RegularExpressions.Regex.Matches(txtline,”(Block [\d]+)\s(Plot ([\d]+) - Plot\s*(\d+))\s?=.+?(\d+)“).Cast(of System.Text.RegularExpressions.Match) select x = dttable.LoadDataRow({match.Groups(1).Value,match.Groups(2).Value,match.Groups(3).Value,match.Groups(4).Value},True)).CopyToDataTable”
Not sure why I got the error


