I have a text file and on some of the rows I have a column where the string begins with a double quote (") and ends with a double quote ("). I need to be able to remove the beginning double quote, which always starts in the same position (column # 6), and the ending double quote, which will be in a different position, depending on the length of the string. Also within the string (inside the outer double quotes) I may have other double quotes that need to be preserved and not modified. I'm not sure if this is something that can be accomplished using expressions, and if so what are the necessary search and replace strings.
Thanks in advance.
Thanks in advance.