Could not load table bart_table from
I copy pasted the code from yql tutorial for open tables. It asked to load bart.xml in web server. I loaded it on hard drive of my pc. Then I tried the sql command in yql console.
USE "file:///C:/Python27/ajay/yql/bart.xml" AS bart_table; SELECT * FROM bart_table;
It gave the error
Could not load table bart_table from file:///C:/Python27/ajay/yql/bart.xml
Please suggest some correction so that I can move forward.
Thanks for reading this
regards
by
1 Reply