To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This VI extracts a chosen column of data from a tab-delimited text file and then save it to a different text file.
Description
This program uses the Read from Text File VI with the Spreadsheet String to Array VI to read in a text file and convert it to an array of strings. The Index Array VI is then used to pick out the column that the user selects. Finally, the column is written to a new text file using the Write to Spreadsheet File VI.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**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.