butlerx / gatsby-source-google-spreadsheets

A source plugin for Gatsby that allows reading data from Google Sheets.
MIT License
39 stars 10 forks source link

Fix: phone numbers convert to string #37

Open febeling opened 12 months ago

febeling commented 12 months ago

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