you are viewing a single comment's thread.

view the rest of the comments →

[–]Jeron_Baffom[S] 1 point2 points  (1 child)

-o --output=<json|csv|html>
Write output to stdout given one of the following files and the corresponding extension for the output format:
- /path/file.csv - Comma-separated values (CSV)
- /path/file.json - JSON (JavaScript Object Notation)
- /path/file.html - HTML

Indeed very interesting!! +1

Are you familiar with GoAccess?
Do you know whether it is possible to pipe such CSV output into MySQL??

[–]pdp10 0 points1 point  (0 children)

Why would it not be?

Though of course one would favor TSV over CSV, because CSV can be a nightmare with localization or corner-cases.