Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I was wondering if I can pull only the uncommented lines in a load script of a Qlik app into my automation. Any help would be appreciated.
Hi @AsmJuv2004
You can use the Get Load Script block and feed the response from it into the regex replace formula.
For a regex you could test the following: /[^a-zA-Z ]/g
Its supposed to remove all special characters in a string, although im not sure if this is the exact regex you are looking for, you might need to tweak it, then you can replace each occurrence of the regex expression in the string with a replacement.
Best Regards