Finished/refactored the add-to-csv script for Talkspace to move faster and not make so many API calls. Added some notes for Datasnipper.
This commit is contained in:
8
Scripts/dict_test.py
Normal file
8
Scripts/dict_test.py
Normal file
@ -0,0 +1,8 @@
|
||||
test_list = [
|
||||
{"row_num":0, "name":"hello"},
|
||||
{"row_num":1, "name":"goodbye"}
|
||||
]
|
||||
if "goodbye" in test_list[0].values():
|
||||
print("It Exists!")
|
||||
else:
|
||||
print("it doesn't exist")
|
||||
Reference in New Issue
Block a user