skip to Main Content

Lua NGINX String find multi lines

i'm having lua program that i'm reading some files but they are in .csv format, which I need to find some string. When it's having multi-lines doesn't work, only first line is available. Using : local open_file = io.open(file, "r")…

VIEW QUESTION
Back To Top
Search