This commit is contained in:
Mike Holloway 2022-03-26 18:48:08 -04:00
parent dbfe55872f
commit d602c76796

View File

@ -71,7 +71,7 @@ echo ${keys_of_interest[@]}
echo "==========================================="
for key in ${keys_of_interest[@]};do
echo "Key $key is ${keys_of_interest[$key]}"
csv_columns+=( ${keys_of_interest[key]} )
csv_columns+=( ${keys_of_interest[$key]} )
done
## Print columns to first line of csv
echo "======= CSV Columns ========"