Data-Integration-Developer 試験問題を無料オンラインアクセス
試験コード: | Data-Integration-Developer |
試験名称: | Talend Data Integration Certified Developer Exam |
認定資格: | Talend |
無料問題数: | 57 |
更新日: | 2025-09-03 |
You are collaborating on a project with other developers using talend best practices.
When should you use a tag?
You have a tMap component configured with a single input row1and three outputs: CA, NY, Rejects. The input row1 consists of two columns. Name and State, containing the following data:
All outputs map only the Name column from row1, but CA employs a filter expression, CA.equals(row1.state), while Ny employs a filter expression, NY. Equals(row1,State). All Rejects have no such configuration.
Under these conditions, how does data flow to the outputs?