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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
lmit
Creator II
Creator II

Parquet File rename

Hi All,

 

I have a requirement where i need to rename the parquet file after appending more than one parquet file.my files are in Azure Blob.

Can someone help how can i achieve this

 

Thanks

Lmit

Labels (3)
4 Replies
aashish_21nov
Creator
Creator

you can do so with tfilecopy and tfiledelete

lmit
Creator II
Creator II
Author

Hi aashish,

Thanks for your reply

Tfilecopy component is not available in big Bata batch jobs.

Thanks,
Lmit
aashish_21nov
Creator
Creator

Hi @lmit

 

okay, then use tfileinputdelimeted-->tfileoutputdelimited and pass the old file in inputdelimeted and new name in outputdelimeted.

lmit
Creator II
Creator II
Author

I can't use delimite files. When we use parquet file as output file ,it will create one more than one file with some system file names , then o have to merge all those file into one file and rename it .. this all process need to done in blob

Thanks,
Lmit