I am using scrapy to scrap the website. My items are appearing like this
{'company': [u'Resource Agility'],
i am sick of this u.
is that normal?
i want to know that if i store my value in database, does the u also get in there?
Is there any way to hide that u?
No… the u is just syntactic sugar for unicode strings in python 2.x. It won’t be stored in your database.