From 147942a4faa416c1e58f919cbf65568514123fe9 Mon Sep 17 00:00:00 2001 From: Sebastian Lobentanzer Date: Fri, 28 Apr 2023 20:21:26 +0200 Subject: [PATCH] add quote character to config --- config/biocypher_config_full.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/biocypher_config_full.yaml b/config/biocypher_config_full.yaml index 123a4f2..3c7c698 100644 --- a/config/biocypher_config_full.yaml +++ b/config/biocypher_config_full.yaml @@ -5,4 +5,5 @@ biocypher: neo4j: database_name: strict password: your_password_here - delimiter: '¦' \ No newline at end of file + delimiter: '¦' + quote_character: '"' \ No newline at end of file