Link to home
Start Free TrialLog in
Avatar of jazzIIIlove
jazzIIIloveFlag for Sweden

asked on

Reading 2 files C# loops

Hi,

I am trying to read 2 files both tab separated and the first string value before first tabs needed to be checked and if the keys are matching, i need to parse the last value in a line of the file.

I managed reading those files, by inner loop and when i find the key in the inner loop, i am returning a bool.

Is this the correct approach?

Br.
SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial