Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to get specific cells values from a excel sheet to databases tables?

 Hi, I have a project management excel spreadsheet, where some cell values go to one specific table, some other values go to others, and so on. Is there a way I can get only the specific data to input in the tables?

For instance,  cell B3 will only be load into one table of my DB.

Labels (1)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Hi,

You should have a look at tFileExcel-Components from Talend Exchange.

Hope this helps.

 

View solution in original post

2 Replies
TRF
Champion II
Champion II

Hi,

You should have a look at tFileExcel-Components from Talend Exchange.

Hope this helps.

 

Anonymous
Not applicable
Author

There are components on the exchange that might help with this. If they dont make it easy, you would need to set up a few filters to isolate each of the "special" cells (row filter to choose the row, then a tMap to chose the column)