I am creating a simple dataflow to import and transform data from Excel files to SQL Server.
I am getting an error in the log when I try to run the data flow: " Xml Text does not represent a flow document. "
Any ideas?
Tahnks
I am creating a simple dataflow to import and transform data from Excel files to SQL Server.
I am getting an error in the log when I try to run the data flow: " Xml Text does not represent a flow document. "
Any ideas?
Tahnks
Can you save the dataflow and make sure that the extension of the file is .df. This error can come when the file is not of type dataflow with an extension of .df.
Great, that fixed the problem!
Thanks for the prompt response.