I am expecting the csv itself to load. Instead, all of the HTML code is loading in. How can I resolve this?
Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I am expecting the csv itself to load. Instead, all of the HTML code is loading in. How can I resolve this?
Solved! Go to Solution.
hi @Anonymous
This an attachment in current web page, not the table data in current web page, so you could not get it by current web page url.
for this case, you need hit F12 to open the Developer Tools, then get correct url as below:
Regards,
Lin
I think I just answered my own question. I changed the path to:
This path loads correctly. But, I still don't know why my first path didn't load.
hi @Anonymous
This an attachment in current web page, not the table data in current web page, so you could not get it by current web page url.
for this case, you need hit F12 to open the Developer Tools, then get correct url as below:
Regards,
Lin