CSV (Comma-separated Values)
- Description
-
A data structuring format that uses commas as a delimiter to separate data values. It is most suitable for storing tabular data in plain text. CSV files are often used when data needs to be compatible with many different programs. You can open a CSV file in any text editor or a spreadsheet program like Microsoft Excel.
CSV is one of the many data formats NXLog Agent supports. Telemetry data formatted as values delimited by commas, spaces, or semicolons is very common. NXLog Agent can parse and generate data in CSV format using the Delimiter-Separated Values extension.
- Also known as
-
comma-delimited values, comma-delimited text
- See also