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
Also FEED_URI_PARAMS setting description is missing (see #4670)
Here
format: the serialization format to be used for the feed. See Serialization formats for possible values. Mandatory, no fallback setting
encoding: falls back to FEED_EXPORT_ENCODING
fields: falls back to FEED_EXPORT_FIELDS
indent: falls back to FEED_EXPORT_INDENT
store_empty: falls back to FEED_STORE_EMPTY
The text was updated successfully, but these errors were encountered:
Hi @alex-ber, thanks for the report. We were aware of the problem but were not actively tracking it, so thanks for opening this issue.
As I said in the linked comment, I think it might be good to revisit #3873 before tackling this, but it might not be necessary.
One thing I will do though is close #4670, we can keep track of both things here.
Thanks again.
In https://docs.scrapy.org/en/latest/topics/feed-exports.html#feeds
There is missing entry
uri_params: falls back to FEED_URI_PARAMS
Also FEED_URI_PARAMS setting description is missing (see #4670)
Here
The text was updated successfully, but these errors were encountered: