Verify a folder in the Metadata ChildItem list; if it does not exist, then create the folder in the Data Lake.
libpekin
166
Reputation points
Hello,
I need to develop a pipeline that searches for a folder named in the "YYYYMM" format. The task is to verify the existence of the folder within the data lake's metadata list. If the folder is not present, it should be created in the data lake; otherwise, no action is required. I am struggling with the logic required to determine if a folder name is present in the Get Metadata activity list, and how to set up the IF Condition to create the folder when it is not found.
Any help is appreciated. Thank you!
Sign in to answer