cancel
Showing results for 
Search instead for 
Did you mean: 

content conversion

Former Member
0 Kudos

Hi Experts,

I am facing an issue in FCC at sender side.

I have a tab delimitted structure

H.......... 0 t0 1

D........ 0 to unbounded

A........ 0 to unbounded

H........

D.........

D..........

A..........

A.........

Here H is the start of each record.

I have sued here the key field value. My FCC is working fine. but when the file is coming in the below format

H

D

A

D

A

THEN ITS GIVING ERROR HERE. Its considering the start of new record after every A.

I have used end of record separator also, but all in vain.

Experts, please help me in this case.

Thanks

Veeru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
H.......... 0 t0 1
D........ 0 to unbounded
A........ 0 to unbounded
H........
D.........
D..........
A..........
A.........

Here H is the start of each record.

Pal, If H is the start of record and it repeats after every H then change the occurrence of H to unbounded in your structure.

Since in the structure given by you its defined as 0..1, hence after the 1st occurence of H it just looks for D & A conbination.

Regards

Soumen...

Former Member
0 Kudos

Expert,

That is not my question, My question is , its not accepting the FOLLOWING STRUCTURE

H

D

A

D

A

A

after A its taking it as a new record. which it should not. means, after A, its taking the next D under new record set. which is not I require.

Thanks

Veeru

Shabarish_Nair
Active Contributor
0 Kudos

H.......... 0 t0 unbounded

D........ 0 to unbounded

A........ 0 to unbounded

H........

D.........

D..........

A..........

A.........

set all occurance to 0-unbounded and try FCC

Former Member
0 Kudos

Experts,

I have made all occurences 0 to un bounded still am not getting teh desired result.

Any other suggestions.

Thanks

Veeru

Former Member
0 Kudos

Expert,

Can u suggest me some other way? when teh file is coming in this way

H

D

A

D

A

am getting error after A, its considering D as H. I mean after every A, its considering anything as a new record which it should not.

Thanks

Veeru