Hi,
I use a madule to import multiple txt files... Is there a way to import a file and at the same time extract part of the file name to populate a column?
All the files i'm working with have the following format:
FileNameMM-DD-YY.txt
ex.
XYZ07-19-10.txt
XYZ07-20-10.txt
XYZ07-21-10.txt
When importing them is there a way to extract the date portion and have it populate a date column within the table? Unfortunately the file lacks the date in the data itself.
I use a madule to import multiple txt files... Is there a way to import a file and at the same time extract part of the file name to populate a column?
All the files i'm working with have the following format:
FileNameMM-DD-YY.txt
ex.
XYZ07-19-10.txt
XYZ07-20-10.txt
XYZ07-21-10.txt
When importing them is there a way to extract the date portion and have it populate a date column within the table? Unfortunately the file lacks the date in the data itself.