Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: phourigan_MDSHi,
I'm currently trying to use BRAIN to data mine log files for a client in order to ascertain usage patterns of a software component.
I have a number of files which I want to import us and the multiple BRD node.
Here's what the files look like:
File 1
2009-01-01 00:03:56,687 DEBUG Server Started
2009-01-01 00:06:26,117 INFO Payment Processed
... repeated lines for remainder of the day
File 2
2009-01-02 00:01:01,687 DEBUG Server Started
2009-01-02 00:06:25,007 INFO Payment Processed
... repeated lines for remainder of the day
Note there are no headers on these files.
What I need is all the files rolled into the output, but when I run the Multiple BRD node, itthere a way to nominate a header that represents the full line in each file?
Bear in mind I have a file for every day for the last year so I dont want to manually put a header into each file, with a name like 'record' or something.
any help appreciated
Many Thanks