var-name-fix
This commit is contained in:
parent
5c930248eb
commit
4292b8e4dc
@ -45,7 +45,7 @@ function g_read_csv {
|
|||||||
# prepare varnames from headline(s)
|
# prepare varnames from headline(s)
|
||||||
for g_headline_item in "${g_csv_headline_array_ref[@]}"
|
for g_headline_item in "${g_csv_headline_array_ref[@]}"
|
||||||
do
|
do
|
||||||
g_csv_headline_array+=("${g_headline_item//[^a-zA-Z0-9]/}")
|
g_csv_headline_array+=("${g_headline_item//[^a-zA-Z0-9_]/}")
|
||||||
done
|
done
|
||||||
|
|
||||||
# read last lines if defined or complete csv file
|
# read last lines if defined or complete csv file
|
||||||
|
Loading…
Reference in New Issue
Block a user