I have datatable appended to a csv file. My intention is to do a merge with row n with row n+1 .
One solution found is with : MergeNonEmptyValues_RowNWithNextRow.xaml (9.3 KB)
I don’t know why merge is not working, some rows are deleted , some are multiple time and so not correct.
Do you have any idea how to merge rows n with n+1 or maybe string n with string n+1 and this string to add in new datatable.