@365admin/office365-auditlogparser
v0.0.3
Published
> Parse CSV file
Downloads
51
Readme
Parse CSV file
Install
$ npm install --save @365admin/office365-auditlogparserHow to enable audit logging
Search the audit log in the Office 365 Security & Compliance Center
Usage
Parse CSV data in this format
CreationDate,UserIds,Operations,AuditDataparser = require("@365admin/office365-auditlogparser")
parser.parse(__dirname+'/sampleauditlog.csv', function (err,lines){
if (err) throw err
console.log(lines)
process.exit(0)
})
License
MIT © Niels Gregers Johansen
