cancel
Showing results for 
Search instead for 
Did you mean: 

Picking values from a file at run time

Former Member
0 Kudos

Hi,

Can i dynmically select certain values from file and do the mapping in XI

like if i have row 1 to 100

based on some condition i need to map only 7 rows

is it possible

Thanks

Amit

Accepted Solutions (0)

Answers (3)

Answers (3)

moorthy
Active Contributor
0 Kudos

HI,

It is possible in Mapping

First step is to get the entire file into XI.

Then based on the condition, in the mapping you can execute your requirements.

Regards,

moorthy

former_member206604
Active Contributor
0 Kudos

Hi,

Yes you can do it using graphical mapping itself.

You can use IFWithoutElse to do it.

Condition Flag 
               
                 Equals ---->  IFWithoutElse  --> Target
               /                  /
Constant(value to be equated)   Source

Thanks,

Prakash

Former Member
0 Kudos

Hi Amit,

would you please specify your problem!

What do you want to do?

pick files or map?

Regards Mario