fixes & updates

added uniq function
task.json
doc updates
This commit is contained in:
2021-03-06 19:05:37 +01:00
parent 903c8fd49d
commit eed18e0f90
7 changed files with 66 additions and 41 deletions

View File

@@ -1,25 +1,5 @@
(print "Debug starts")
(define csv_list '())
(for f (ls-dir "tests/divi")
(if (regex-search? f "^divi_2021-02-0[1].*\.csv$")
(do
(define filename (+ "tests/divi/" f))
; (print filename)
(define csv_str (read-file filename))
(define csv_file_list (parse-csv csv_str))
(define csv_list (+ csv_list csv_file_list))
; (for x csv_file_list
; (print x)
; (define csv_list (+ csv_list csv_file_list))
; )
)
))
(for x csv_list
(print x))
; (if (> 1 10)
; (print "aaa"))
(print "Debug ends")
(print
"ahoj"
; tenhle komentar je problem
)
(print "sds")