From 69b69b2a21452375f105b701b8a641e55a3f3e0c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 21 Apr 2022 21:46:44 +0300 Subject: [PATCH] Update csv.js --- scripts/core/csv.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/core/csv.js b/scripts/core/csv.js index 64d62c15..57597670 100644 --- a/scripts/core/csv.js +++ b/scripts/core/csv.js @@ -26,7 +26,8 @@ const csv2jsonOptions = { launched: nullable, closed: nullable, website: nullable, - native_name: nullable + native_name: nullable, + replaced_by: nullable } }