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
Hi @justageek and thanks for using the package. On top of my head I do not know since you are using your own stream via createFromStream. Depending on your setup the results may be inline with your configuration.
You should try to see if you can replicate the same behaviour with createFromPath if so then a reproducible script would be handy for further investigations if not then it is definitely a configuration issue of your storage application.
(Fill in the relevant information below to help triage your issue.)
Question
We are creating a Reader from a stream, using the Laravel storage system, like
Then we get the rows from the reader, like
If we call the following:
before we try to iterate over the rows in $data, the iterator appears to be empty. If we remove the call to getContent(), the iterator is not empty.
I was curious if you know why this is happening?
Checks before submitting
The text was updated successfully, but these errors were encountered: