0.0.3 • Published 6 years ago

@365admin/office365-auditlogparser v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Parse CSV file

Install

$ npm install --save @365admin/office365-auditlogparser

How 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,AuditData

Detailed properties

parser = 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