Skip to content

A simple C# application to extract column of data from a table

Notifications You must be signed in to change notification settings

jiahao1553/demo-csharp-txt-array

Repository files navigation

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

About

A simple C# application to extract column of data from a table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages