I import a text file (that can't be changed) and then append that data to a history table. The text file is deliminated by "|" (pipes). One field has two text areas always separated by 5 spaces. I want the text before the 5 spaces to append to one field, the text after the 5 spaces to append to another field. What is the expression I'd use to accomplish this?
Thanks!!
Thanks!!