Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 603 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 603 Bytes

demo-csharp-txt-array

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:

  1. data - string[] data array that you want to extract data from
  2. offset - int to choose which column you want, e.g. 0 for first column, 5 for 6th column
  3. totalCol - int value to define how many columns is there in the table

##Testing Procedure:

  1. Copy and paste the test.txt into root of C drive
  2. Open the project and run