Greetings,
I have a *.txt file to import every month. Since my destination table has a column the *.txt file doesn't have, it requires me to Transform the mappings as seen below.
Is it possible to save this Transformation so it doesn't have to be repeated each month?
Thanks,
I have a *.txt file to import every month. Since my destination table has a column the *.txt file doesn't have, it requires me to Transform the mappings as seen below.
Code:
table Cols *.txt cols
---------- ----------
ID <ignore>
tvDataID 001
AirDate 002
AirTime 003
Station 004
TimeZone 005
Affiliate 006
City 007
State 008
Program 009
<Empty> <ignore>
<Empty> <ignore>
dmaName 012
dmaID 013
Thanks,
