03-19-2013
06:22 AM
- last edited on
11-16-2024
09:35 AM
by
markwni
Respected Sir/Madam,
I have tried to make a program which
can read files sequentially from a folder and add all second column of all
files into a single file (*.csv).
Unfortunately it's reading files like (1,10,100,1000,11...19,..) but i want
the files will be reading in sequential format (1,2,3,4....1000).
For your kind references, here I attached the vi and the sample files
("renamefiles folder"-sample test data, which you have to read
sequentially).
(by using "rename files folder" will easily understand the sequential
reading problem) (if you add zero in front of file name and make those same digit; will give the correct sequential
reading)
Please find the enclosed documents and do needful ASAP.
Thanking you.
Regards,
Subhasis Mahata
E&ECE, IIT Kharagpur
Solved! Go to Solution.
03-19-2013 07:46 AM
You need to use a alpha logical sort such as this: http://zone.ni.com/devzone/cda/epd/p/id/12 and place it after your list folder vi
03-19-2013 07:51 AM
Drat! I was just about to post the same thing...
I did mine with variant attributes though. ![]()
03-19-2013 11:05 AM
.aCe.,
When I download that LLB from the DevZone, I get a message saying it is invalid. Can you post what you have?
Lynn
03-19-2013 11:16 AM - edited 03-19-2013 11:17 AM
Lynn,
Thats strange, the link still works for me.
Please find attached the requested files.
Hope this works!
03-19-2013 11:26 AM
Thanks. That one works.
Lynn
03-20-2013 02:37 AM
Thanks 4 such a currect & quick reply. ![]()