Sum line from a txt file

Hello,

I have a txt file that contains several lines and I want to sum up the amount on Column11, if I have the same information on Column4, Column9 and Column10

It should be like in the screenshot

Can anyone help me, please?

Thank you,

Main Building Blocks are:

  • parsing CSV Data into a datatable
  • Grouping the data and summing up group members Col11 values

For parsing we can do:

  • Read CSV / Generate DataTable / enhancing delimeters with the help of Regex

For grouping:

For summing up:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.