-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
I would like to pass None values to the Itemloader() and store them in an Item(). Right now, None values are discarded and therefore working with Item() does not work properly.
Motivation
Sometimes values are not available on every parsed page and when the Selector returns None, the database pipeline (Postgres) results in an KeyError: 'fieldname'.
I solved this problem by filling in a null String which is later changed to None but this seems like a hacky solution.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request