LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to split a .txt file using labview

i hav a problem with splitting a .txt file.. the file has 8 columns from consisting of numbers.. i need to break the file into small files. but i need to keep the rows unaltered. for example
1st file named hs1 -having 100 rows..(but with 8 columns) ..
2nd file named hs2- having 100 rows..(but with 8 columns) etc.

i'm attaching the file below

please send me your valuable suggestions
Kudos always welcome for helpful posts 🙂
0 Kudos
Message 1 of 4
(3,950 Views)
Simple mate use a read spreadsheet function use an index array and set of reshape array function.Should do the trick.Try it and let me know if u r still stuck.I will post a vi.
0 Kudos
Message 2 of 4
(3,944 Views)
Here's a simple example (8.5.1). Modify as needed.
 
 
0 Kudos
Message 3 of 4
(3,925 Views)
thanks a lot...it works
Kudos always welcome for helpful posts 🙂
0 Kudos
Message 4 of 4
(3,910 Views)