I want to export scraped data into the google sheets. I know I can write own pipeline to export need info, but from scrapy documentation pipelines aren't intended to use in that way. They suggested to use Item Exporters, but it's not clear for me the usage of it:
Where I should define the custom exporter?
What kind of changes I need to do in settings.py to enable custom exporter?