Displaying 1 result from an estimated 1 matches for "2009_10".
Did you mean:
2009;10
2010 Feb 01
2
Loading data from folder
Hi,
I am trying to load csv type data from a folder. However, rather than
syntax that simply loads one file at a time I was wondering if there
is a method that loads all data from a specific folder.
For instance, I have the following data files in a folder nebraskaStats:
10-1-2009_10-7-2009.txt
10-2-2009_10-8-2009.txt
10-3-2009_10-9-2009.txt
....etc. (245 total files in folder)
Each file has the following format:
Data1-5,Data 2-6,Data 3-7,...
1,2,3,...
Although the comma separated format is consistent file to file, the
name of the columns differ in many of the files.
Wha...