To download NI software, including the products shown below, visit ni.com/downloads.
1. Overview:
This example VI reads a CSV file with header and gets the data in a double array
2. Description:
A CSV (Comma Seperated Values) file is a a database exported into a file format where each record is a single line and each field in the record is seperated by a comma. They may also sometimes contain header information. To parse a CSV file you must simply read the file as a text fiel, remove the header, and then parse the data using the "Spreadsheet String to Array" function.
3. Requirements
4. Steps to Implement or Execute Code
5. Additional Information or References
VI Block Diagram
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.