-
$.evalFile (txt, tsv, csv, xml…etc)
I’ve seen this question asked a hundred times, none of which have had any luck, but a lot of the forums are 2 years old.
I’m pulling an RSS feed into excel or google sheets (Both seem to work ok)
I’m doing this a nasty way but it works.
A2 B2 C2
Comp1 = ” IMPORTED RSS FEED “;When I manually export as .txt or .tsv, these can be linked automatically into after effects, which is great using $.evalFile.
I want to automate this completely.
My IT department know how to create the above, but only as a spreadsheet, that so far can’t be used instantly without changing it into a text document and altering the text.
Basically, my machine will auto export the After Effects comp when unattended (This we have working), but I need a file format that can be generated automatically that I can have the expression update automatically that isn’t a .txt or .tsv, If I can get it to read a .csv that would be great, but I’m having no luck.