I'm trying to take data from three separate text files and combine into one destination table. Specifically, there are 8 columns in my destination table, which are a combination of data from the three source files. Each of the three source files have different
columns that I would like to map to the specific columns in the destination table. The source files do not have the same columns, and the destination table has a combination of a select few columns from each of the source files. Is there a way to make this
work?
↧