Eliminate Quote Symbols from Imported Data
I’m getting data from a text file that includes double quote symbols (“) around a field. This is the item description. When the data imports, you see “White Cord” instead of White Cord.
I am regrettably not that gifted with either vb.net or C# coding. How can I handle the removal of these quote symbols around the item description source field?
Thank you
Answers