Trying to generate a string based on the content of a file which contains multiple lines as follow:
"Name1""Path""Setting"
I need to figure out how to extract the content within the first "
and second "
, so the result should be Name1
Any help would be greatly appreciated.