Search found 3 matches

by newbieR
Fri Jan 25, 2013 2:45 am
Forum: Automation Tools
Topic: Read tab delimited data using csvconnector
Replies: 5
Views: 1988

Re: Read tab delimited data using csvconnector

Hi Markus, Thank you for your reply. It works. I have another question that how could I write the value into qcutil.currentrun(hp qc) variable from ranorex? As Ranorex supports to integrate with QC, I hope you already have an answer. I googled to find out the related dll file name of qcutil but no l...
by newbieR
Tue Dec 04, 2012 10:41 am
Forum: Automation Tools
Topic: Read tab delimited data using csvconnector
Replies: 5
Views: 1988

Re: Read tab delimited data using csvconnector

Hi, The file extension .txt and tab delimited as attached. I read data using csvConnector from source code as below: Dim objRow As Ranorex.Core.Data.Row Dim objOutColCollection As Ranorex.Core.Data.ColumnCollection Dim objOutRowCollection As Ranorex.Core.Data.RowCollection Dim ObjCsvConnector As Ran...
by newbieR
Tue Dec 04, 2012 4:14 am
Forum: Automation Tools
Topic: Read tab delimited data using csvconnector
Replies: 5
Views: 1988

Read tab delimited data using csvconnector

Hi, I use csvconnector for the tab delimited data file. It reads all data columns as one column. It can read data for space delimited data file though. Is there any previous post about it? How could I split data in tab delimited data file?
I am new to Ranorex.

Thanks for your help!