Page 1 of 1

Store database in csv file

Posted: Thu Oct 02, 2014 8:05 am
by A_C
I want to store the result of a select statement in a csv file. Is there a "out of the box" solution for this?

Afterwards i want to compare this csv with a prepared csv file which contains my expected results. Is there a possibility to compare files in ranorex?

Re: Store database in csv file

Posted: Thu Oct 02, 2014 6:39 pm
by krstcs
If by "out-of-the-box" you mean Ranorex, then no.

There are, however, several frameworks for interacting with databases and text files. Since Ranorex is built on .NET, you have the full resources of the .NET framework to work with.