Search:

Type: Posts; User: Json

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,464

    Re: Input file parsing to insert into DB

    I created this in a couple of minutes as a test, it shows you the string reading and parsing but no database connection stuff.

    This code opens a file called c:/test.txt but you can change that to...
  2. Replies
    3
    Views
    2,464

    Re: Input file parsing to insert into DB

    1. Loop through each line in the file
    2. Do some checks to see if it contains DAILY SCORES or MONTHLY SCORES
    3 .Do a split on each line after the above on the pipe |
    4. Create your object or just...
Results 1 to 2 of 2