Update patrons and credits (#13554)
This commit is contained in:
committed by
GitHub
parent
6e1f02b9bb
commit
b1cb32519d
@@ -5,4 +5,4 @@ param([string]$csvPath)
|
||||
# Dumps Patreon's CSV download into a YAML file the game reads.
|
||||
|
||||
# Have to trim patron names because apparently Patreon doesn't which is quite ridiculous.
|
||||
Get-content $csvPath | ConvertFrom-Csv -Delimiter "," | select @{l="Name";e={$_.Name.Trim()}},Tier | ConvertTo-Yaml
|
||||
Get-content $csvPath | ConvertFrom-Csv -Delimiter "," | select @{l="Name";e={$_.Name.Trim()}},Tier | where-object Tier -ne "" | ConvertTo-Yaml
|
||||
|
||||
Reference in New Issue
Block a user