Hi, if you would like to consume log file and use the messages inside, you could use "LogMessageStreamer" transformer. For example in my project, I wrote like this to help analysis the process status and information.
Hello @mileslee, it not bad idea!
Anyway you read 3 DGN files and Im still thinking how to merge all info from log about 1 file into one attribute.
As You can see below, this is info from log about one input dgn file and it is repeated two times for another 2 DGN files.
Im still thinking how to do that - get info about XYZ origin for 7700070540_k.dgn file info one attribute, because in Logmessagestreamer, there is no ID for file.
Any ideas?
Thank You so much!
Lubo
Hello @mileslee, it not bad idea!
Anyway you read 3 DGN files and Im still thinking how to merge all info from log about 1 file into one attribute.
As You can see below, this is info from log about one input dgn file and it is repeated two times for another 2 DGN files.
Im still thinking how to do that - get info about XYZ origin for 7700070540_k.dgn file info one attribute, because in Logmessagestreamer, there is no ID for file.
Any ideas?
Thank You so much!
Lubo
You can use adjacent attribute handling to create a common ID for adjacent log file messages, then use this value to aggregate into a single text attribute
Hi, if you would like to consume log file and use the messages inside, you could use "LogMessageStreamer" transformer. For example in my project, I wrote like this to help analysis the process status and information.
@mileslee , @ebygomm ,
thanks to both of You! Finally, I used Your solutions and it works perfectly for my purposes!