Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
COW_WW
Contributor
Contributor

tAzureAdlsGen2Output - partition output

I'm using the tAzureAdlsGen2Output to load data into ADLS Gen2 container as a parquet files. Is there any way to partition the output so it'll dynamically create a new folder per partition and place the parquet file in it's corresponding folder? For example, there is a column "Date" in my data flow and I'd like to partition the output by date so it creates a new folder per date.

Labels (3)
1 Reply
Anonymous
Not applicable

Hello @COW_WW BA​ ,

You can define a job context variable, e.g. date1, then use tJavaRow component to change the value of context.date1 in your data flow. then setup Blobs path to context.date1 for tAzureAdlsGen2Output component, after the job is executed, it will create a new folder with the value of context.date1 and put the related input data file under this folder in the ADLS Gen2 container

0695b00000huCcuAAE.png0695b00000huCd9AAE.png