This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 32032dc39f Update tableinput.adoc
     new d43e405996 Merge pull request #3444 from Mattang-Dan/patch-55
32032dc39f is described below

commit 32032dc39f3927f7e9782fd8ad7c6862beba9d67
Author: Mattang-Dan <[email protected]>
AuthorDate: Wed Nov 22 06:35:55 2023 -0800

    Update tableinput.adoc
---
 .../modules/ROOT/pages/pipeline/transforms/tableinput.adoc              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/tableinput.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/tableinput.adoc
index d9144ceeba..725f2dbc6e 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/tableinput.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/tableinput.adoc
@@ -42,7 +42,7 @@ Table input does not pass input data to the output, only 
fields inside the query
 
 To use data fields from a transform, you will have to select it in the 
dropdown "Insert data from transform". Note that if you are using a 
parametrized query using question marks, you must limit the stream to exactly 
the fields you need as input to the table input. This can also be done with a 
Select values transform.
 
-TIP: If you are getting unexpected query results, (and on some other 
action/transforms) there is a clear database cache icon (broom). Or you can use 
the Hop menu icon: Tools / Clear DB Cache.
+TIP: If you are getting unexpected query results, use the clear database cache 
icon (broom), or you can use the Hop menu icon: Tools / Clear DB Cache. In 
addition, click OK, save the pipeline, close and re-open the pipeline.
 
 TIP: A cartesian join transform will combine a different number of fields from 
multiple table inputs without requiring key join fields.
 

Reply via email to