[Bug]-[266]:Google Sheet column name with a space shows up as an unexpected identifier error when bound #12086
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
Widget binding using a Google Sheet column name that has a space throws an unexpected identifier
error. The data is rendered correctly on a table widget which reads spaces on column names but other widgets like list/select do not recognize the space even though autocomplete suggestion contains column names with space.
Steps To Reproduce
- Go to app on https://release.app.appsmith.com/applications/62385770e2e3e942f7cdb921/pages/6239785aa1037840b6dc13be/edit
- Observe the error displayed on the list widget
OR
- Use a Google Sheet which has column names with spaces and generate a CRUD
- Use a list widget to try and display this data using autocomplete suggestion and observe the error when a column with spaces is present.
Public Sample App
Version
Cloud