Ravik
10 years agoSuper Contributor
DDT.CSVDriver is not working
Hi All,
I am using DDT.CSVDrive() for opening csv file. it will be work fine when, I pass file name (path) directly in DDT.CSVDrive() methods. but its given error when I am passing same path using dictionary object.
Dictionary object is return same path but without double quote("") so I have convert same into string and pass it (aqconvert.vartostr). but still its throwen error.
Could you please help. what is happening.
Thanks