test-data-generator icon indicating copy to clipboard operation
test-data-generator copied to clipboard

CSV quotation character is not used for csv output

Open garcimouche opened this issue 7 years ago • 0 comments

Description: field value may embed csv separator

Environnement: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101)

Reproduce :

    "output": {
        "type": "file",
        "props":{
            "pathProvider":"const",
            "file": "./a.csv",
            "format": "csv"
        }
    },
...

The country generator contains such values. Please see this generated file value: Congo, Republic of.

garcimouche avatar Apr 16 '18 12:04 garcimouche