Hello all,
I have a log file type that I am importing. The specifications were originally that it should have 64 columns, but I am running into instances where the column count is unknown.
I have a data flow that takes the flat file connections, runs through a data conversion, adds 2 derived columns and then inserts it into SQL.
I have found some posts that vaguely walk through pulling the flat file into a dynamically created temp table with a dynamic query to pull the data, but I don't think it is going to do me any good because the process is breaking at the data conversion step.
Does anyone have any better suggestions as to how to approach this?
Aazzner