3. in Trnsfrm define stage var, logic -> if key change =1 thn dslinkcity else stage var:,:dslinkcity 4. In remove dup stage enable retain last option and mapped output to next stage. 5. now take another Trnsfrm define 3 col in output tab in trnfrm and use field function, lyk fi...
DataStage - 123abc456xyz convert to 123456 ---file1 abcxyz ---file2 In a Column 123abc456xyz convert into two files like 123456 fil1 and abcxyz file2. 2 Answers are available for this question.
I suggest you change your data structure from llvm::DenseMap<const DeclaratorDecl *, const FunctionInfo *> functionInfoMap; to llvm::DenseMap<const DeclaratorDecl *, FunctionInfo> functionInfoMap; and then functionInfoMap[funcDecl] = FunctionInfo(...); workQueue.insert(&functionInfoMap[funcDecl])...