Semicolon in CSV Report File

Hello everyone!

I found no any way how to change “comma” in CSV reporting file to “semicolon”. My PC generate me CSV with “comma” between fields and also in decimal numbers. So my parser cannot parse CSV correctly. See field: DURATION and STATUS.

Is there possible to add such option in Katalon configuration?

Regards,

Alex

CSV output:
verifyTextPresent,IE 11,BAN:543,2018-05-10 17:46:35,2018-05-10 17:46:35,“0,634s”,PASSED

Parser log:

----------

TEST: verifyTextPresent

BROWSER: IE 11

DESCR: BAN:543

START: 2018-05-10 16:46:23

END: 2018-05-10 16:46:24

DURATION: "0

STATUS: 514s",PASSED

----------

Hello @Alexandr,

It is not configurable in Katalon Studio settings yet. You could use CSV settings to replace all the comma with the semicolon manually.

Thanks for using Katalon Studio,
Liam

Hi Liam

Thank You for answer. Of course, I will correct my parser code as workaround. I wrote my message as enhancement offer. I hope it helps to make the Katalon Studio better.

Regards,

Alex

1 Like