cancel
Showing results for 
Search instead for 
Did you mean: 

How to map so that target node is not created if the source value is blank?

Former Member
0 Kudos

Hi

i have to map a quantity field from source to target element .

Now if quantity value is space(blank), then my entire node should not be created in the target.

Thanks

Vijaya

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Vijaya,

if Quantity exists and if Quantity not equals "" (Space) then map from source Qualtity field to target field. Here use If without else statement.

Quantity----Exists

-


AND------IfWithoutElse Function and give input as Quantity and map to the target.

Quantity

.............................Equals----Not

"" (Space Chking)

Regards

Ramesh

sugata_bagchi2
Active Contributor
0 Kudos

Vijaya,

you can use "createif" from the node functiones also, if I understood your requirement correctly.

Thanks

Sugata

Former Member
0 Kudos

Hi Palla,

If --> exits --> then --> createif --> target. No else part. So if exits then will create else will not create.

or

If source filed --> length greater than zero --> then createif.

Regards,

---Satish

Former Member
0 Kudos

Vijaya,

Now if quantity value is space(blank), then my entire node should not be created in the target.

Use this -


Source -->
                                             -->equalS -->Not --> If (then -->Source) --> Target
Constant(keep-Blank)-->

Regards,

Neetesh