| 1. | Source control items can also be renamed from the command line 也可以从命令行重命名源代码管理项。 |
| 2. | Files and folder items can also be renamed and deleted from the command line 也可以从命令行重命名和删除文件和文件夹项。 |
| 3. | In this task , you will configure the lookup currency key transformation to redirect any rows that fail to the error output 在本任务中,您将lookup currency key转换配置为将所有失败的行重定向到错误输出。 |
| 4. | This is an error , and the transformation fails , unless it is configured to ignore errors or redirect error rows to the error output 这是一个错误。除非转换被配置为忽略错误或将错误行重定向到错误输出,否则该错误会导致转换失败。 |
| 5. | The error output of the lookup currency key transformation redirects to the script transformation any data rows that failed the lookup operation Lookup currency key转换的错误输出将无法执行查找操作的所有数据行重定向到脚本转换。 |
| 6. | Instead of permitting the transformation to fail , you can configure the component to redirect the failed row to another processing path by using the error output 可以使用错误输出将组件配置为将失败的行重定向到其他处理路径,而不是允许转换失败。 |
| 7. | Because the error output of currency key lookup has now been configured to redirect failed rows to the new failed rows destination , the component does not fail , and the package runs successfully 由于currency key查找的错误输出现在已配置为将失败的行重定向到新的失败的行目标,因此该组件不会失败,并且包会成功地运行。 |
| 8. | Inputs can be configured to monitor and control the flow of data : for example , you can specify if the component should fail in response to an error , ignore errors , or redirect error rows to the error output 输入可配置为监视和控制数据流,例如,可指定在出现错误时组件是应失败,忽略错误,还是将错误行重定向至错误输出。 |
| 9. | While you might choose to ignore failures to ensure your package runs successfully , it is often better to redirect the failed row to another processing path where the data and the error can be persisted , examined and reprocessed at a later time . in this lesson , you will create a copy of the package that you developed in 虽然可能选择忽略失败以确保包成功运行,但通常更好的做法是将失败的行重定向到另一个处理路径,在这里可以使数据和错误持久化、接受检查并在随后的某个时间对其进行重新处理。 |