cancel
Showing results for 
Search instead for 
Did you mean: 

Do not create target node if fields are empty

rasjoshi
Active Contributor
0 Kudos

Hi SAPiens,

We have a requirement to not generate ITEM tag if field under ITEM is empty.

How can this be achieved.

Target Structure -

ITEM

- ID

- CHAR

- Value

If CHAR is blank... We dont want to generate ITEM tag in target.

BR,

Rashmi

Accepted Solutions (1)

Accepted Solutions (1)

rasjoshi
Active Contributor
0 Kudos

Hi All,

Issue resolved... we added one more condition at item level to restrict creation of empty ITEM tag.

BR,

Rashmi

Answers (3)

Answers (3)

former_member186851
Active Contributor

You can try the below logic, I am just checking the length of CHAR field, Replace it as per the requirement.

manoj_khavatkopp
Active Contributor

How is Char Field populated ? whatever logic you are using for CHAR field just copy the same logic and check if there is some output of that logic if yes then create the node using create if to the ITEM node or else don't.

Br,

Manoj

Former Member
0 Kudos

try create if function.