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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jensej
Creator
Creator

[resolved] Create Log file that describes what's been done in my job

Hello
I have a Job where search in different Directorys for a specific Folder.
If i find it delete it with tfiledelete.
Now i Need to write a log file thats holds the Information of what Folders i found and deleted.

Example:
C:\Program Files\7-Zip deleted
C:\Program Files\Notepad deleted
C:\Program Files\paint.net deleted

If no Folders found that match my criteria
Example:
Could not found any Folders to delete.

0683p000009MFiY.jpg 0683p000009MFiY.jpg

How can i do this?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,
In the Outline, there is solutions for you.
For example, you have, for the tFileDelete_1, DELETE_PATH value.
For the tFileList, number of files (NB_FILE), CURRENT_FILE.......
Those values can be then inserted into your flat file.

View solution in original post

1 Reply
Anonymous
Not applicable

Hi,
In the Outline, there is solutions for you.
For example, you have, for the tFileDelete_1, DELETE_PATH value.
For the tFileList, number of files (NB_FILE), CURRENT_FILE.......
Those values can be then inserted into your flat file.