For the spreadsheet only the traits should be included and the row should correlate to the file number (for example the metadata for 1.png should be in the first row). None values should be empty or called None.
However, I noticed (even in the sample.csv) you have headers in row 1? How does the script differentiate between attributes and values?
I attempted to run the script with headers in row 1, and image metadata starting on row 165 (with 165.png in the image dir). The files began minting sequentially from 1.
It doesn't seem to be pulling in the rownumber correctly. Thoughts?
However, I noticed (even in the sample.csv) you have headers in row 1? How does the script differentiate between attributes and values?
I attempted to run the script with headers in row 1, and image metadata starting on row 165 (with 165.png in the image dir). The files began minting sequentially from 1.
It doesn't seem to be pulling in the rownumber correctly. Thoughts?
Thanks.