cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion - nested structures

Former Member
0 Kudos

In the above bolded message ...

2 Records are repeating for multiple times..

i know how to do..

if its repeats like below.. i know how to do..

Record1

Record1

Record1

Record1

Record1

Record1

Record1

Record2

Record2

Record2

Record2

Record2

Record2

Record2

Record2

But in my case its Records are repeating in this way...

Record1

Record2

Record1

Record2

Record1

Record2

Record1

Record2

Record1

Record2

Record1

Record2

Record1

Record2

Record1

Record2

Record1

Record2

can some help me .. please..

Thanks

sagar

Message was edited by: sagarkavi srungarakavi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If each record type starts with a key, and it looks like they do, it shouldn't matter what order they are in.

In the recordset structure just make sure both of those are set like: Record1,,Record2,

Set the recordset sequence to variable.

Fill in the key field name and type, and then use the keyFieldValue parameter below.

Record1.keyFieldValue PO1

Record2.keyFieldValue PID

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks vanda,,,