Forum Discussion
Laxmikanth
2 years agoFrequent Visitor
Issue with table names having spaces
Hi There, The below code works totally fine when the table name is single word. If the table name has any spaces it is throwing error. import json import requests # Replace with your Power...
lbendlin
Super User
2 years ago- Laxmikanth2 years agoFrequent Visitor
Hi There,
Thanks for the update.
The 2nd method in the article mentions to enclose single quotes in double quotes and it has been done. It worked for the one worded table but doesn't work for the table names which have spaces.
Pass Scenario: "query": "Evaluate 'Users'"
Fail Scenario: "query": "Evaluate 'Report views'"
Thanks,
Laxmikanth
- lbendlin2 years ago
Super User
Shouldn't it be
"query": "Evaluate "'"Report views"'""
?