How to load a flat file with header and detail data into a database using SSIS package?

后端 未结 3 1173
礼貌的吻别
礼貌的吻别 2020-11-30 11:49

I have to load a flat file that has different header and detail with variable number of columns. These have parent child relations. How to load the data into SQL Server? The

3条回答
  •  臣服心动
    2020-11-30 12:26

    You can use a script component source to build the rules on handling the file. That's well described here and here. You may be able to use the EDI Source from CozyRoc, but I don't believe they have indicated it has been tested with EDI 823.

提交回复
热议问题