Skip to content

Import of old scrapylib processor functions? #41

@nyov

Description

@nyov

Old scrapylib had a few ItemLoader processors that were dropped with the codebase.

I preserved them here when scrapylib repo disappeared.
Mostly date/time parser handling and some cleaners. I wonder if they'd be useful to add here - or not. (Are they duplicating features that are elsewhere and I may have overlooked?)

I could see them become a namespace such as itemloaders.processors.extra - which wouldn't be auto-imported with itemloaders.processors and could have external dependencies that don't automatically become required - such as the dateutil parser lib used here?
Or perhaps name it itemloaders.processorlib - as in stdlib - for a place to have a few generically useful processor functions?
But perhaps it's also okay if they just disappear. I'm not sure, really.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions