I have requirement in BizTalk 2010 where i am receiving txt file of size 80kb + and I need to convert them into txt files with smaller size e.g 8 kb so I will have 10 files out of one 80kb file, What's the best way to approach this requirement? Do i need to create custom pipeline?
All suggestions are welcome :).