Add cooking.csv

This commit is contained in:
Markus Fleschutz
2021-05-25 19:11:55 +02:00
parent adf11212b5
commit 48039f761b
7 changed files with 48 additions and 6 deletions

View File

@ -19,7 +19,7 @@ try {
foreach($Row in $Table) {
if ($Row.Abbreviation -eq $Abbreviation) {
$Filename = (get-item "$File").Name
"$($Row.Abbreviation) = $($Row.Description) (in $Filename)"
"$($Row.Abbreviation) = $($Row.Definition) (in $Filename)"
$FoundOne = $true
}
}