Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
It seems there is no field with file name.
Also you have some syntax errors in your load script.