From dbcf2236dbc0e9a1eddcce7b2a1f5650a8950cbd Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Wed, 19 Apr 2023 10:50:54 +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 e3691d5..c34cdd4 100644 --- a/docs/dcu-fileupload.md +++ b/docs/dcu-fileupload.md @@ -63,6 +63,6 @@ This means that uploaded date / datetime values should be unambiguous (eg `01FEB To get a copy of a file in the right format for upload, use the [file download](/dc-userguide/#usage) feature in the Viewer tab !!! warning - Lengths are taken from the target table. If a CSV contains long strings (eg `"ABCDE"` for a $3 variable) then the rest will be silently truncated (only `"ABC"` staged and loaded). This issue does not apply to excel uploads, which are first validated in the browser. + Lengths are taken from the target table. If a CSV contains long strings (eg `"ABCDE"` for a $3 variable) then the rest will be silently truncated (only `"ABC"` staged and loaded). If the target variable is a short numeric (eg 4., or 4 bytes) then floats or large integers may be rounded. This issue does not apply to excel uploads, which are first validated in the browser.