read csv files to vars
This commit is contained in:
parent
ad0ea9040b
commit
8de696a9ce
@ -40,7 +40,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