i am developing a spider with several fields with scrapy framework. When I export the scrapped fields to a .csv file, the fields (or columns) are unordered, not as I defined them in items.py file.
Does anyone know how to solve this issue?
Thanks in advance.