Add companies.csv and finance.csv

This commit is contained in:
Markus Fleschutz
2023-04-25 16:26:58 +02:00
parent d49ad5951b
commit 0cb33ec99b
11 changed files with 50 additions and 46 deletions

View File

@ -25,7 +25,7 @@ try {
foreach($Row in $Table) {
if ($Row.ABBR -eq $abbr) {
$Basename = (Get-Item "$File").Basename -Replace "_"," "
"💡 In $Basename $($Row.ABBR) may refer to: $($Row.TERM)"
"💡 $($Row.ABBR) in $Basename refers to: $($Row.TERM)"
$Matches++
}
}