From 9cb813f75c15e7d32396ab37e08c9d1fd3db3a88 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:17:19 +0100 Subject: [PATCH] Update dcu-fileupload.md --- docs/dcu-fileupload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dcu-fileupload.md b/docs/dcu-fileupload.md index 21f8f63..334adff 100644 --- a/docs/dcu-fileupload.md +++ b/docs/dcu-fileupload.md @@ -35,7 +35,7 @@ The following should be considered when uploading data in this way: - Duplicate variable names are not permitted - Missing columns are not permitted - Additional columns are ignored - - The order of variables does not matter + - The order of variables does not matter EXCEPT for the (optional) `_____DELETE__THIS__RECORD_____` variable. When using this variable, it must be the **first**. - The delimiter is extracted from the header row - so for `var1;var2;var3` the delimeter would be assumed to be a semicolon - The above assumes the delimiter is the first special character! So `var,1;var2;var3` would fail - The following characters should **not** be used as delimiters