Hi all,
I have a json file with content:
[ { "ProcessId": 448, "ProcessName": "wininit.exe", "Path": "C:\\Windows\\system32\\wininit.exe", "CommandLine": "wininit.exe" }, { "ProcessId": 456, "ProcessName": "winlogon.exe", "Path": "C:\\Windows\\system32\\winlogon.exe", "CommandLine": "winlogon.exe" }, { "ProcessId": 524, "ProcessName": "lsass.exe", "Path": "C:\\Windows\\system32\\lsass.exe", "CommandLine": "C:\\Windows\\system32\\lsass.exe" }, { "ProcessId": 656, "ProcessName": "svchost.exe", "Path": "C:\\Windows\\system32\\svchost.exe", "CommandLine": "C:\\Windows\\system32\\svchost.exe -k DcomLaunch" }, { "ProcessId": 700, "ProcessName": "svchost.exe", "Path": "C:\\Windows\\system32\\svchost.exe", "CommandLine": "C:\\Windows\\system32\\svchost.exe -k RPCSS" } ]
How can I import it into MongoDB?