gatsby-source-google-spreadsheets
gatsby-source-google-spreadsheets copied to clipboard
Fix: phone numbers convert to string
Phone numbers often have infix dash signs to denote area code, number and extension. This change ensures such values don't a) convert to 'number' and b) then fail parsing (thus become NaN).
Closes #36