elliotgao2/toapi

Item clean data support.

elliotgao2 opened this issue · 0 comments

class MyItem(Item):
    class Meta:
        route = '\.+'
    def clean_data(self, data):
        """Do some thing here"""       
       return cleaned_data