Sorry for reposting topic, but I have failed to find out decision for my situation.
I get some data from xls and have to split it to several files.
To divide I use Filter DataTable activity that does not work correctly, because there is something wrong in column type of the first column. The first column is based on Line numbers.
I would like to learn in detail about this constraction: “input.AsEnumerable().Where(Function (r) (cint(r(“ID”))+file_number)<100 ).CopyToDataTable”.