12-04-2012 07:30 PM
I am figuring out how to read the multi spreadsheet files continuously,
i tried bundled them and add them together but it dint came out as i expected.
the progrram i attched is fully working but only for 1 file.
anyidea how to make it to read many spreadsheet files and show as weekly, or monthly data analysis
12-05-2012 02:40 AM
12-09-2012 07:17 PM
I have been out town, didnt really get how to do with while loop.
can show me example?
12-11-2012 11:53 PM
anyone!? 😞
12-12-2012 12:01 AM
Use "Read from Spreadsheet File" inside a loop. Concatenate the "all rows" output. When done you'll have all the rows from all the files concatenated into a 2D array. I'll leave you to figure how to feed the file names to the loop.
12-16-2012 11:45 PM
I dun get the meaning of how to concentrate the file.
can show me the example?
12-17-2012 12:02 AM
Try the attached vi.
12-17-2012 01:42 AM
We keep getting file is not a resource file.
i attached 4 example file .
12-17-2012 02:54 AM
What is the file format you are using? If you are using .csv file format use *.csv in the pattern (Sorry I haven't included * in that) then you will get only the required files.
12-17-2012 04:33 AM
we did that too.
it still show the same error.