How to pass the data captured by scrapy to item if it is an array

that is, when scrapy grabs data, if the captured data is how to pass the array to item?

how to solve this

Sep.01,2021

item can't you just set a property to associate this array? For example, item.list = array. When you read it later, read the array from the attribute and manipulate it

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b8e42-2697c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b8e42-2697c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?