r_jain
August 8, 2022, 8:06am
1
Hi All,
I am trying to learn building an App. I just got to know that apps can only be deployed on a server and not used in the desktop version.
I am trying to select a file initially and have the results in a csv file.
Can anyone guide me the way with some examples that relate to it?
Thanks in advance
Hello @r_jain ,
Welcome to the Forum!
I believe this guide would be useful for take your first steps.
Also worth learning this page for data apps examples using AP.
Good luck!
Dora
4 Likes
@r_jain before you set out on a journey of building a complete App you might want to explore the possibilities of KNIME components.
https://docs.knime.com/latest/analytics_platform_components_guide/index.html
You could best use them with the KNIME server, but someone could also use every component locally without the power of the server:
@didi welcome to the KNIME forum.
Certainly such a scenario is possible. I have put together two examples. In the first one there is a simple configuration file with the necessary information being read into KNIME and used as variables to do a selection
configuration_file.txt
table_to_select: table_20
columns_to_select: "t_20_Cluster_Membership", "t_20_Universe_0_2", "t_20_Universe_1_1"
[image]
If you want to do a more interactive selection you could use Components to create an interactive…
2 Likes
system
Closed
November 6, 2022, 9:41am
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.