How to create a custom user input field

Again I’m still a complete beginner at KNIME.

I can read multiple csv files with all the same layout. I can concat all those small csv file into on big table and give the user the ability to search for data. That is great. Now I want to build a screen in which the user can put in the data for the next row. How do I do that? Please give me a step by step guide because I’m still very very new to KNIME.

Hi @siebrasse .
Have a look at

Br

2 Likes

@siebrasse You need to make UI component for User Input.

What is a Component?

Component Configurations

UI Node can be used for User Input:

2 Likes

You want to manually add a row to your existing table? How many columns are in the table?

Yes, I have a data set and the user needs to be able to add a next row to the data. The amount of columns is not determined jet but will be around 15.

More specificity would help. You want to add a new row and fill in values for each of the columns in the original data set?

Yes, And it needs to be a user friendly interface. The user will have knime installed but is not creating workflows them self. There are no other people who will work with this app, there is no server. Everything should be working stand alone.

Try this. It should give you template to work with. You’ll obviously need to change column names and add columns and use string or double widgets depending on your data.

3 Likes

Did you look at the workflow I posted? The courtesy of a response would be nice.

4 Likes