Hi everyone,
I imported some data from a spreadsheet (CSV), but what I got within Mathematica was not a rectangular array but rather a list of lists of varying length. I know that each list should have 300 items, so I selected the lists that have fewer. What I found was that some of those lists have a double raw quote and other times a double raw quote and a back-slash. When I remove these manually, the number of items reverts to what it is supposed to be, 300. There are a lot of these bothersome lists. How can I remove the raw double quotes using Mathematica functions? I can't enter a raw double quote in StringReplace as the character to be replaced because I'd have to surround it with quotes and Mathematica treats that as an error.
Any help would be much appreciated,
Gregory