Records Filter

How to filter the records by using Reformat?

Questions by Geek2002

Showing Answers 1 - 7 of 7 Answers

sham2sushil

  • Oct 23rd, 2010
 

We can also use the Reformat feature output_index and output_indexes. If you
have more filter condition then increase the no of count and use the if else
condition with the Priority assignment.

output-index sends each record to only one transform & out port
output-indexes sends each record to one or more transform & out port

We cannot use both output-index and output-indexes parameter in the same
component.
eg:
out.date_diff :1: in.end_date - in.start_date;
out.date_diff :2: today() - in.start_date;
out.date_diff :: 0;


--Shambhu


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions