i am trying to import data to an sql database from a text file. in the proces though, i want to transform the source to another format. example, if the content of the text file is 261205(ddmmyy), i want the value 20051226 to be stored in my database. in the transformation process, i can choose...