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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Rosanero4Ever
Contributor
Contributor

Change db columns name and tMap schemas

Hi all,

 

I developed some jobs which insert data into some database tables using excel files as data inputs

 

Now, I have to change the destination columns name of some destination tables.

So, I need to change each job in order to fit the new destination table metadata

 

In your opinion, what's the fastest way to perfom this?

Shall I edit manually each tMap in each job? I don't hope in this solution....0683p000009M9p6.png

 

Many thanks in advance for your advices.

 

 

Labels (2)
3 Replies
fdenis
Master
Master

did you retrieve and store schemas of tables into metadata.
it's the best way.
if you update schema propagation may help you.
Rosanero4Ever
Contributor
Contributor
Author

Hi,

 

your solution is good if schemas are related to repository metadata.

Unlucky, my schema are integrated in the job and so schema propagation doesn't occurs in this scenario.

Have you any other advice, please?

fdenis
Master
Master

retrieve schema from db
update jobs to link to metadata.
then update metadata