Update csv.js

This commit is contained in:
Aleksandr Statciuk 2022-04-11 23:30:56 +03:00
parent 340023f57e
commit dfd51a5a92

View file

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