cancel
Showing results for 
Search instead for 
Did you mean: 

File structure

Former Member
0 Kudos

Hi,

I want the file structure to be defined as

field1 occ1

field2 occ1

fiels3 occ1

field4 occ1

field5,field6,field7,field8 occn

How do i create this structure

jeff

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Ahmad is right. You will have to use 2 recordset structures in the FCC parameters one with 1 field, for the occ1 lines and one with the 4 fields, for the occn line...and I think you will need to use the XML message structure I wrote in my previous reply.

Good luck !

Matias

Former Member
0 Kudos

Hi !

Try this:

<recordset>

field1 occ1

field2 occ1

fiels3 occ1

field4 occ1

<group_name> with occn

field5 occ1

field6 occ1

field7 occ1

field8 occ1

</group_name>

<recordset>

Bye,

Matias

Former Member
0 Kudos

hey

just create like this

DT_sender

->Recordset

--->>field1 occ1

--->>field2 occ1

--->>field3 occ1

--->>field4 occ1

--->>field5 occ 0-*

--->>field6 occ 0-*

--->>field7 occ 0-*

--->>field8 occ 0-*

thanx

ahmad

Former Member
0 Kudos

hi,

file structure should be exactly the one i mentioned.

fields 1to 4 should be each in one seperate line

fileds 5 to 8 all should be in one line seperated by comma.

Jeff

Former Member
0 Kudos

Hey

>>fileds 5 to 8 all should be in one line seperated by comma.

if u have a CSV file on the sender side,then the structure i gave u will work,u only need to give FCC parameters correclty,

in XML its not possible to have all of dem in one line,doesn't make correct XML.

every tag in XML must be separated from the other,they can be nested but thats not the vase with you

thanx

ahmad