Quote:
Originally Posted by battists
As I suspected, I think Excel is responsible. Sometimes when you save Excel as CSV, it will add additional characters, like quotations.
|
The root cause isn't Excel

, it's the original export function: it puts an ASCII character '9' (TAB) in several places in the header line (immediately before the headers 'options used', 'steal', 'sac bunt', 'HBP', 'GB%', 'Catcher Arm', 'PExp', '2bExp' and '3bExp'). Excel 'correctly' then puts quotes around those when saving as csv.
A small bug, unless those char-9s are needed for any real reason.