Sum line from a txt file

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