crawlee
crawlee copied to clipboard
The 'format' parameter in Dataset.getData() only works with cloud storage
It doesn't work with local directory storage. Also the documentation of this and related functions is not great. E.g. how does the format work together with Dataset.forEach function?
Related issue: https://github.com/apifytech/apify-js/issues/228
BTW, probably there is no point to support format parameter at all. Other functions like pushData also only work with objects, so forEach and getItems could only work with objects too.
Closing as stale