Item clean data support.
elliotgao2 opened this issue · 0 comments
elliotgao2 commented
class MyItem(Item):
class Meta:
route = '\.+'
def clean_data(self, data):
"""Do some thing here"""
return cleaned_data
elliotgao2 opened this issue · 0 comments
class MyItem(Item):
class Meta:
route = '\.+'
def clean_data(self, data):
"""Do some thing here"""
return cleaned_data