![](https://img.haomeiwen.com/i15967528/adb0fcf7eaa24c10.png)
![](https://img.haomeiwen.com/i15967528/c972cf18c4e48bdf.png)
要找到一个template, 这里我们设定Sheet 1是template
![](https://img.haomeiwen.com/i15967528/46142a0d01092fed.png)
那么designer将会对每一张表依次进行对比: 来比较1)名字 2)和column数量
如果这两个都符合 那么可以读入
第一个表符合 读入
那么来到第二个表
![](https://img.haomeiwen.com/i15967528/e895173d12bb2ef1.png)
名字一样 但是顺序不同, 没有问题 Alteryx可以自动match对应的列 然后读入,如下
![](https://img.haomeiwen.com/i15967528/311504cda3190f11.png)
第三张表 发现名字完全不同 但是column的数量一样 若数量一样 那么读入(虽然可以读入 但是会有风险 会读入一些列数量一样 但是内容无关的东西)
![](https://img.haomeiwen.com/i15967528/0ca549258a24863f.png)
![](https://img.haomeiwen.com/i15967528/b240ad997eee8df0.png)
![](https://img.haomeiwen.com/i15967528/9778c30fa4539f72.png)
写入过程:
1.Detect what sheets are in a workbook
![](https://img.haomeiwen.com/i15967528/0428fe31e62e644d.png)
2. Connect to sheets from step 1
![](https://img.haomeiwen.com/i15967528/c50a8c82432c84b3.png)
开始:
进入designer 然后找到sheet name
拉入Input Data然后connect a file or database, 然后选择要连接的Excel如果有多个sheet, 那么
![](https://img.haomeiwen.com/i15967528/a3afaccea0691b05.png)
选择List of Sheet Name然后OK--RUN
如果后面有不想要的sheet 那么加入一个filter tool 然后填入配置
现在已经好了 开始读入
拉入一个dynamic tool从Developer里面
1.设置template--Dynamic Configuration--Edit--Browse Fils 然后选择你要当成template的sheet
2. Select sheets that contains sheets names
![](https://img.haomeiwen.com/i15967528/b198a9309b0b0214.png)
网友评论