4.11 横向合并 - 一对多 - 复制数据

 

合并前:

Types.xlsx

imagepng

Foods.xlsx

imagepng

合并后:

imagepng

实现代码:

A
1 =T(“Types.xlsx”)
2 =T(“Foods.xlsx”)
3 =join@f(A1:Type,Type;A2:Food,Type)
4 =A3.new(Food.Type,Food.Name,Food.UnitPrice,Type.Description)
5 =T(“FoodsDescription.xlsx”,A4)

A3 @f 为全连接


帮你早下班 - esProc 桌面版与 Excel 数据处理
4.10 横向合并 - 文件名转成列名
4.12 横向合并 - 一对多 - 后续行置空