I need help on copying the column names from the mapping window of SSIS OLEDB Editor.Currently I am noting down manually.
SSIS package is XML based, you can try to right click package open with notepad editor and try to find tags for these mappings and copy text and format it.
SSIS
XML
<inputColumn id = "1332" name = "" description = "" lineageId = "1241" useType = "readOnly" errorOrTruncationOperation = "" errorRowDisposition = "NotUsed" truncationRowDisposition = "NotUsed" externalMetadataColumnId = "1291" mappedColumnId = " 0 "/>
Если вы делаете это, чтобы попытаться документировать свой пакет SSIS, вы должны попробовать стороннее приложение для документации. Одним из примеров этого является BI-Documenter от Pragmatic Works.