Skip to content

Commit 5184fda

Browse files
authored
Added is_official to the generated sources.csv (#766)
1 parent ce1218f commit 5184fda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/export_to_csv.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'location.subdivision_name',
1414
'location.municipality',
1515
'provider',
16+
'is_official',
1617
'name',
1718
'note',
1819
'feed_contact_email',
@@ -31,7 +32,7 @@
3132
'status',
3233
'features',
3334
'redirect.id',
34-
'redirect.comment'
35+
'redirect.comment',
3536
]
3637

3738
# tools.constants

0 commit comments

Comments
 (0)