You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add in OpenTable function reading from io.ReadCloser interface.
I have files in archive and func return io.ReaderCloser. I think it will be useful.
The text was updated successfully, but these errors were encountered:
Hello @nicola-spb,
Thanks for your request, that sounds like a useful extension, I'll have a look at it. And provide feedback on feasibility and duration.
Hello @nicola-spb,
could you test the whole thing with the v1.9.1?
You can now pass a GenericIO Struct as a second parameter to the OpenTable function. This struct has two attributes, one for the DBF and one for the related FPT file if available.
Please give me feedback if it works and if you encounter any errors.
Please add in
OpenTable
function reading fromio.ReadCloser
interface.I have files in archive and func return io.ReaderCloser. I think it will be useful.
The text was updated successfully, but these errors were encountered: