1. Overview:
This VI takes several files and a list of selected columns and outputs a single 2D array with all the selected columns from each file.
2. Description:
The idea of this example is to show how to retrieve columns of data that are stored in different CSV files and consolidate them in one single 2D Array in LabVIEW. To accomplish this, customer selects the columns to be retrieved from all the files and runs the example. The columns selected will be the same for all the files.
3. Requirements
- LabVIEW 2012 (or compatible)
4. Steps to Implement or Execute Code
- Unzip the attached folder to your computer
- Verify that all the text files are in the same folder than the Consolidate Spreadsheet By Columns_LV2012_NI Verified.vi
- Open the VI "Consolidate Spreadsheet By Columns_LV2012_NI Verified.vi"
- Select the desired colums. The same colums will be retrieved from every file
- Run the program
5. Additional Information or References
VI Block Diagram
