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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz_1011
Partner - Creator II
Partner - Creator II

List Filename and Folders in GitLab Repo

Good Morning!

In relation to this post i managed (with the help of @AfeefaTk)  to get a list of every modified QVS in my gitlab repo and use it as a reload script sequencially, but i am desparately failing in enhancing the automation to do the following:

  1. on push event
  2. collect all modified and added files and the foldernames they are in in the repository (i have for example a SALES folder and a MARKETING folder in my repo. Both folders contain QVS scripts that generate QVDs)
  3. reload every single QVS collected in step 2 and store the QVDs in an existing space in my tenant. The space they need to go in is named as the folder the QVS reside in my repository. (So, if a QVS from the SALES folder is reloaded, the QVD that it generates needs to go into the SALES space...)

Thanks a million in advancehints, advice or even a sample automation!

Labels (3)
2 Replies
AfeefaTk
Support
Support

Hi @xyz_1011 

I have done a part of your requirement in the below automation.

Checking if the file path contains SALES or MARKETING as the folder name.

Please let me know if that is what you need to achieve as the first step?

Thanks

 

 

xyz_1011
Partner - Creator II
Partner - Creator II
Author

Thanks, @AfeefaTk .

What i am after is to identify the actual foldername - not if the path contains a certain string. I am trying to get there using this approach, but this appears to be difficult...