I would like to import a folder of files into a database (all files of the same format and using the same field mapping). I was obviously happy to see the new 'Folder" import for text files, but then I discovered that the import puts the File name, location and entire file into 3 fields respectively...not really that useful. I could live with this IF I could put the entire contents into a field since I could then parse the file contents into the proper fields, but my files are larger then 100K characters (thus over the text field size limit). Does anyone have a solution that would allow a user (Mac and PC) to select a fold of files for import and then import each file (as one would do with individual files)? I have thought of storing the file locations (easy with the new folder import options) and then having a script that imports the files based on the location information stores...but how?