gatsby-source-google-spreadsheets icon indicating copy to clipboard operation
gatsby-source-google-spreadsheets copied to clipboard

Fix: phone numbers convert to string

Open febeling opened this issue 1 year ago • 0 comments

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

febeling avatar Nov 18 '23 19:11 febeling