How to split datatable into multiple datatables, using empty row as seperator

@nikhil.s
find some starter help here:
DT_Slice_ByBlankRows.xaml (10.0 KB)

it is calculating the row indexes for the blank rows and is slicing the datablocks with the help of skip() and Take() method.

Let us know your feedback

1 Like