From e35754393416c0adde01cc4024ddc0a89dad1b5d Mon Sep 17 00:00:00 2001 From: Arne Fischereit Date: Mon, 17 Nov 2025 12:02:23 +0100 Subject: [PATCH] Explanation on linenumber with multiple `LOAD CSV`s --- modules/ROOT/pages/functions/load-csv.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/functions/load-csv.adoc b/modules/ROOT/pages/functions/load-csv.adoc index 73ecd84ef..4446da720 100644 --- a/modules/ROOT/pages/functions/load-csv.adoc +++ b/modules/ROOT/pages/functions/load-csv.adoc @@ -9,6 +9,7 @@ LOAD CSV functions can be used to get information about the file that is process [NOTE] The functions described on this page are only useful when run on a query that uses `LOAD CSV`. In all other contexts they will always return `null`. +If there are multiple `LOAD CSV` clauses in a query, the functions will return information about the most recently executed `LOAD CSV` clause. [[functions-linenumber]]