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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rename File

Hi All ,

I am loading using binary load and after that I want to rename all files in the qv app.

So

Binary [........................................\.......................\];

INLINE_MAP:

LOAD * INLINE

[

xxN,ttN

1,A

2,B

3,C

];

Rename_File:

LOAD *

Replace('xxN','xxN','ttN')

resident INLINE_MAP;

exit script;

But when I look at the table containing the the file name the files name is not there.

I will appreciate you help.

1 Reply
whiteline
Master II
Master II

It seems there is no field with file name.

Also you have some syntax errors in your load script.