Skip to main content
Solved

How to make Emailer to stop sending empty files

  • October 28, 2024
  • 6 replies
  • 43 views

goldstein
Contributor
Forum|alt.badge.img+1

Hi Community,

I have FeatureWriters creating log text files for me depending on various conditions.
If the conditions are not fulfilled the files are still generated but empty and emailer still sends those empty files as attachment.
How can i stop this from happening, so that only the log files with any values are sent as attachments with email.

Thank you

Best answer by nielsgerrits

We use different variants, but collect logmessages and write to logfile and the emailers is mostly the same in most workspaces.

View original
Did this help you find an answer to your question?

6 replies

nielsgerrits
VIP
Forum|alt.badge.img+53

How I configured this:

  • AttributeCreators creating log messages.
  • Aggregator to concatenate these log messages into one text attribute.
  • FeatureWriter to write temp logfile.
  • AttributeRenamer to rename _dataset attribute to LogFilePath.
  • Aggregator to merge logfile FeatureWriter with data FeatureWriter output.
  • Tester to test if a logfile was written (LogFilePath has a value).
  • 2 Emailer transformers, one with attachment, one without.

goldstein
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • October 28, 2024
nielsgerrits wrote:

How I configured this:

  • AttributeCreators creating log messages.
  • Aggregator to concatenate these log messages into one text attribute.
  • FeatureWriter to write temp logfile.
  • AttributeRenamer to rename _dataset attribute to LogFilePath.
  • Aggregator to merge logfile FeatureWriter with data FeatureWriter output.
  • Tester to test if a logfile was written (LogFilePath has a value).
  • 2 Emailer transformers, one with attachment, one without.

Hi Nielsgerrits,
Is it possible for you to share the setup screenshot?

What i am doing is entering data straight to the Featurewriter, which creates the file with filename+timestamp. (Timestamp uses a user parameter of python code).

A file name extractor extracts that name and the attachment filepath URL is updated accodingly.


nielsgerrits
VIP
Forum|alt.badge.img+53
  • Best Answer
  • October 28, 2024

We use different variants, but collect logmessages and write to logfile and the emailers is mostly the same in most workspaces.


goldstein
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • October 28, 2024
nielsgerrits wrote:

We use different variants, but collect logmessages and write to logfile and the emailers is mostly the same in most workspaces.

Thank you so much Nielsgerrits, its clear now what you were explaining earlier. Hopefully I can adapt it to my usecase.


nielsgerrits
VIP
Forum|alt.badge.img+53
goldstein wrote:
nielsgerrits wrote:

 

Thank you so much Nielsgerrits, its clear now what you were explaining earlier. Hopefully I can adapt it to my usecase.

Cheers :)


goldstein
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • October 28, 2024

Another solution I found is to use the community made transformer caller filePropertyExtractor which gives various details about the file.

I check the file size and run through the tester, as I know that my empty files are less than 5 bytes(~1KB), anything bigger than that is sent to emailer and rest are not.

Just another way of doing the same thing :), for anyone looking this up in future!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings