Hello,
Do you know if there is a way to count the occurrences of a specific tag (#test) in a list of files contained in a folder and generate an output like this?
Document | Occurrences of #test
-------------------+--------------------
file1 | 54
file2 | 12
file3 | 0
file4 | 3
file5 | 21
Thanks!