Seddryck / NBi

NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
http://www.nbi.io
Apache License 2.0
106 stars 37 forks source link

Genbil csv profile - escape char for double quote? #688

Closed fefeslon closed 1 year ago

fefeslon commented 1 year ago

Hi All,

Does anyone know what is the escape char used in the Genbil?

I have tried backslash and doubling the quotes, without success.

Is it somewhere in the documentation?

Is it possible to change it? (from the documentation I assume it's not.)

Cheers.

fefeslon commented 1 year ago

Sorry, looks the backslash works as escape character (if the whole field is double quoted).

Maybe it'd be worth to document it somewhere.

Cheers. (closing the issue)

Seddryck commented 1 year ago

I'm off at this moment but will check in a few days and fix doc if needed.