Hey guys, I'm trying to code a program in C# that takes a .txt as input and turns only the second column into lowercase
The .txt is formatted like shown in the picture, but basically it is a couple tab spaces followed by a string in double quotes followed by another string in double quotes with some spaces seperating them.
Currently my code converts both columns into lowercase and I have no idea what I'm doing wrong O_o
I attached my input document and what it comes out as.
Code is below: