Suppose I want to tabulate file WILL5000INDFC.csv as follows.
\documentclass{article}
\usepackage{csvsimple,longtable}
\begin{document}
%https://fred.stlouisfed.org/graph/fredgraph.csv?id=WILL5000INDFC
\csvautolongtable{WILL5000INDFC.csv}
\end{document}
Can I read it remotely during compiling? Or can I automatically download and include it during compiling?
socketlibrary can't do SSL. – Henri Menke Sep 27 '20 at 08:57curlorwget(of course this opens security problems). – egreg Sep 27 '20 at 09:27wgetcall. – Marijn Sep 27 '20 at 10:02