• BizTalk Custom Pipeline to Convert Excel file to Flat file

    This blog explains how to convert .xlsx to Flat file in BizTalk using Custom Pipeline. Below pipeline component is generic one which can be applied to any excel files for FlatFile conversion. Sample Input (Excel File): Sample Output (Flat File): Please follow below steps. Take a class library project and keep code which is present…