CSV Normalizer
StandardCSV Normalizer normalizes the CSV logs separated by delimiters: comma, space, tab, semicolon, hash, and pipe.
Release Details
Package Details
- Compiled Normalizer
- CSVNormalizer
Bug Fix
Installation
Follow these steps to install the CSVNormalizer v5.1.1 application:
- Download the CSVNormalizer_5.1.1.pak file from the Download section above.
- Install the application by importing the pak file to LogPoint under Settings >> System >> Applications.
Past Releases
Change in CSVNormalizer v5.0.0 ▾
For LogPoint v6.0.0 to v6.6.6 ▾
Log Formats
Expected Log Format
Comma-separated
Log Sample
54,"Web, Ads/Analytics",http,OBSERVED,TCP_NC_MISS,752,logpoint\\LogPoint%20Tech%20Team
Expected Log Format
Space-separated
Log Sample
54 "Web Ads/Analytics" http OBSERVED TCP_NC_MISS 752 "logpoint\\LogPoint%20Tech%20 Team"
Expected Log Format
Hash-separated
Log Sample
54#"Web# Ads/Analytics"#http#OBSERVED#TCP_NC_MISS#752#logpoint\\LogPoint%20Tech%20Team
Expected Log Format
Semicolon-separated
Log Sample
54;"Web; Ads/Analytics";http;OBSERVED;TCP_NC_MISS;752;logpoint\\LogPoint%20Tech%20Team
Expected Log Format
Pipe-separated
Log Sample
54|"Web| Ads/Analytics"|http|OBSERVED|TCP_NC_MISS|752|logpoint\\LogPoint%20Tech%20Team
Expected Log Format
Tab-separated
Log Sample
54 "Web Ads/Analytics" http OBSERVED TCP_NC_MISS 752 logpoint\\LogPoint%20Tech%20Team
Log Sample
54,"Web, Ads/Analytics",http,OBSERVED,TCP_NC_MISS,752,logpoint\\LogPoint%20Tech%20Team
Expected Log Format (1)
Space-separated
Log Sample
54 "Web Ads/Analytics" http OBSERVED TCP_NC_MISS 752 "logpoint\\LogPoint%20Tech%20 Team"
Expected Log Format (2)
Hash-separated
Log Sample
54#"Web# Ads/Analytics"#http#OBSERVED#TCP_NC_MISS#752#logpoint\\LogPoint%20Tech%20Team
Expected Log Format (3)
Semicolon-separated
Log Sample
54;"Web; Ads/Analytics";http;OBSERVED;TCP_NC_MISS;752;logpoint\\LogPoint%20Tech%20Team
Expected Log Format (4)
Pipe-separated
Log Sample
54|"Web| Ads/Analytics"|http|OBSERVED|TCP_NC_MISS|752|logpoint\\LogPoint%20Tech%20Team
Expected Log Format (5)
Tab-separated
Log Sample
54 "Web Ads/Analytics" http OBSERVED TCP_NC_MISS 752 logpoint\\LogPoint%20Tech%20Team
Support
If you have any questions or require assistance, create a support ticket.
Comments
Article is closed for comments.