read csv files to vars
This commit is contained in:
parent
a9008c7c26
commit
f21e9f3336
@ -1,4 +1,8 @@
|
||||
function g_read_csv {
|
||||
unset v_csv_array_associative
|
||||
unset v_csv_array_associative_reverse
|
||||
unset g_csv_array
|
||||
|
||||
local g_csvfile="$1"
|
||||
local g_last_lines=$2
|
||||
local g_headline=$3
|
||||
|
Loading…
Reference in New Issue
Block a user