input from var
mbaudis opened this issue · 2 comments
mbaudis commented
For parsing non-local data, it would make sense to use already extracted file content as input; e.g. passing it as either string or list. Or: adding reading from we based files. (Or do I miss existing capabilities?)
theory commented
You don't miss anything; reading a file handle or string is not supported. You'll have to write files to disk, first.
cxw42 commented
I know you already closed this, but it is a feature I would appreciate as well. Would you be willing to consider at least reopening this issue in case anyone has time for a PR?