A simple demonstration of C# application that extracts data from table in a .txt file into separated 1D arrays for each columns
##Method available:
###dataToGroup
Output: int[]
Inputs:
- data - string[] data array that you want to extract data from
- offset - int to choose which column you want, e.g. 0 for first column, 5 for 6th column
- totalCol - int value to define how many columns is there in the table
##Testing Procedure:
- Copy and paste the test.txt into root of C drive
- Open the project and run