Smartsheet Data Tracker: AttributeError: 'dict' object has no attribute 'append'
问题 I am new to Python and I'm working with Smartsheet Data Tracker to update a sheet from a CSV file. I have problems about the array list management in Python; I don't know about this error, I was reading about this error on StackOverflow but I don't understand it: The error: "File "C:\Users\David\DataTraker\connectors\CSVCon.py", line 61, in __init__ self.csvData.append(readerRow) AttributeError: 'dict' object has no attribute 'append'" And my code: def __init__(self, sourceConfig): self