From 433fbfffdbd213e4f56af818e032f7b7f8ee0af5 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 17 Oct 2022 16:24:36 +0300 Subject: [PATCH] Update csv.js --- scripts/core/csv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/csv.js b/scripts/core/csv.js index 00c31dc8..8d05c5b0 100644 --- a/scripts/core/csv.js +++ b/scripts/core/csv.js @@ -23,7 +23,7 @@ const csv2jsonOptions = { subdivision: nullable, city: nullable, network: nullable, - owner: nullable, + owners: listParser, launched: nullable, closed: nullable, website: nullable,