Gurus!
In my application, I have a need to take input files coming in through a file feed, read data contained in them and output them to a predefined text format. Ido not need to push any of that data into a database. The input files may be in any format, text, excel, csv, pdf, rtf, anything, and may vary in size between 100 MB and 2.5 GB.
For the sake of file transformation to the target format alone, is it possible to incorporate SSIS into my architecture? Can I invoke it using some dll? Please advise me Gurus!
Novice Kid