From 5171af1c95968b72f25873e28269502be3ae9c7f Mon Sep 17 00:00:00 2001
From: Darin Kelkhoff
Date: Tue, 7 Jan 2025 11:22:33 -0600
Subject: [PATCH] CE-1955 Adjust help text re: headers
---
.../bulk/insert/BulkInsertPrepareFileUploadStep.java | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/qqq-backend-core/src/main/java/com/kingsrook/qqq/backend/core/processes/implementations/bulk/insert/BulkInsertPrepareFileUploadStep.java b/qqq-backend-core/src/main/java/com/kingsrook/qqq/backend/core/processes/implementations/bulk/insert/BulkInsertPrepareFileUploadStep.java
index 26ebc729..ea4810a9 100644
--- a/qqq-backend-core/src/main/java/com/kingsrook/qqq/backend/core/processes/implementations/bulk/insert/BulkInsertPrepareFileUploadStep.java
+++ b/qqq-backend-core/src/main/java/com/kingsrook/qqq/backend/core/processes/implementations/bulk/insert/BulkInsertPrepareFileUploadStep.java
@@ -99,8 +99,9 @@ public class BulkInsertPrepareFileUploadStep implements BackendStep
Your file can contain any number of columns. You will be prompted to map fields from
the ${tableLabel} table to columns from your file or default values for all records that
- you are loading on the next screen. It is optional (though encouraged) whether you include
- a header row in your file. For Excel files, only the first sheet in the workbook will be used.
+ you are loading on the next screen. It is optional whether you include a header row in your
+ file (though it is encouraged, and is the only way to received suggested field mappings).
+ For Excel files, only the first sheet in the workbook will be used.
""");
if(listFieldsInHelpText)
@@ -136,8 +137,9 @@ public class BulkInsertPrepareFileUploadStep implements BackendStep
Your file can contain any number of columns. You will be prompted to map fields from
the ${tableLabel} table to columns from your file or default values for all records that
- you are loading on the next screen. It is optional (though encouraged) whether you include
- a header row in your file. For Excel files, only the first sheet in the workbook will be used.
+ you are loading on the next screen. It is optional whether you include a header row in your
+ file (though it is encouraged, and is the only way to received suggested field mappings).
+ For Excel files, only the first sheet in the workbook will be used.
""");
if(listFieldsInHelpText)