New question #254275 on Sikuli:
https://answers.launchpad.net/sikuli/+question/254275
i already write the script using images and all, and in this i am fetching data
from csv file. and it working fine for data only in one coloumn. now i have to
expand it so that it take data from other coloumns also.
out = open("c:\\temp1\\et.csv","rb")
data = csv.reader(out)
data=[row[1] for row in data]
print(data[0]) and all
so please help me how can do this
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp