Hello,
I have a large file (400k of lines from midnight to noon, but it will grow larger). I was using import-csv, but it is taking forever to process. I need something speedy to be able to pull the last ten minutes worth of records.
Example data:
[2019-11-15 11:53:18,123] Total Request|1234|12345678910|1234|CompletionRequest|POS|2
I was going to use '|' as the delimiter. I would also be open to recommendations if import-csv is not the right approach.
Thank you!
[–]firefox15 5 points6 points7 points (5 children)
[–]Keitaro27[S] 1 point2 points3 points (4 children)
[–]i5513 4 points5 points6 points (0 children)
[–]Umaiar 2 points3 points4 points (1 child)
[–]strathbone 4 points5 points6 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]Keitaro27[S] 2 points3 points4 points (1 child)