TLEFilePlugins icon indicating copy to clipboard operation
TLEFilePlugins copied to clipboard

Plugins for parsing CSV files in Timeline Explorer. This project allows for anyone to add more supported files (i,e. they get a Line #/tag column, layout support, searching, etc.)

Results 4 TLEFilePlugins issues
Sort by recently updated
recently updated
newest added

Is there any advice on creating a custom skin? I would love to create some from the popular color palettes out there (Nord, Gruvbox, Dracula).

Microsoft audit logs contain single-line CSV with a JSON column. I frequently use TimelineExplorer but for the Microsoft audit logs I resort to Splunk so I can "spath" the JSON...

The GId and the UId of a bodyfile parsed by Mactime could be strings when the "`-p`" and "`-g`" arguments are used. TLE gives the following error: `"The conversion cannot...

Updated `GenericCsv` Plugin to identify delimiter used in the CSV file. 1. It iterates through the list of possible characters (`,`, `\t`, `|`, `;`) in the first line. 2. Then...