Closed llermaly closed 5 years ago
Hello, is it possible to validate rows using an async function (like consulting database)
No.
what is the best way to do it?
Nothing special about that: first read the data from a file and then validate it as a separate function call.
Hello, is it possible to validate rows using an async function (like consulting database) and what is the best way to do it? I'm trying without success.