Update csv.js

This commit is contained in:
Aleksandr Statciuk 2022-03-01 12:33:29 +03:00
parent e827705b81
commit 4bee968944

View file

@ -23,7 +23,8 @@ const csv2jsonOptions = {
subdivision: nullable,
city: nullable,
network: nullable,
website: nullable
website: nullable,
native_name: nullable
}
}