You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a column contains only phone numbers with (in Germany) charactaristic infix '-' (minus sign) for formatting, then the column is inferred to be 'number'. On the subsequent parsing of the value an error occurs, 'GraphQLError: Float cannot represent non numeric value: NaN'
To Reproduce
Steps to reproduce the behavior:
Add a sheet with a column ('phone')
Add a phone number ('0177-420420')
Start a gatsby project with gatsby-source-google-spreadsheets plugin configured
Wait for the sheet to load and process
See error
Expected behavior
The column should be read as 'string'
Screenshots
n/a
Desktop (please complete the following information):
OS: macOS 11.7, Netlify/nodejs18
Version HEAD, 3.0.9
The text was updated successfully, but these errors were encountered:
Describe the bug
When a column contains only phone numbers with (in Germany) charactaristic infix '-' (minus sign) for formatting, then the column is inferred to be 'number'. On the subsequent parsing of the value an error occurs, 'GraphQLError: Float cannot represent non numeric value: NaN'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The column should be read as 'string'
Screenshots
n/a
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: