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

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

First try with mapping function

Hi there,

I would like to remane some records in a field that's why I used MAPPING function. I put that script just before to load the concerned table.

 

MAPPING:

MAPPING LOAD inline [

Old ,New

"char 1", "new char 1"

"char 2", "new char 2"];

 

map

[fieldName] using MAPPING;

But nothing happened..

Any ideas?

Thank you.

Labels (1)
10 Replies
Not applicable
Author

Perfect. Thank you for your help. It works with the clause but i guess I should find a better way (like doing the mapping before to creating the QVD file) in order to keep the optimize load.

Thank you !