cancel
Showing results for 
Search instead for 
Did you mean: 

REG:Problem in FCC

Former Member
0 Kudos

I have a input text file where each field is seperated by a new line.

(ie data1

data2).

In order to achive it i wrote FCC as

source.fieldNames xxx,vvvv

source.fieldSeparator 'nl'

but for this FCC i am getting xml i am getting is :

<source>

<xxx>

data1

</xxx>

</source>

<source>

<xxx>

data2

</xxx>

</source>

but the xml what i want is:

<source>

<xxx>

data1

</xxx>

<vvvv>

data2

</vvvv>

</source>

please help me in solving this problem

thanks,

Siva

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

what have you given in your recordset structure?

Answers (0)