cancel
Showing results for 
Search instead for 
Did you mean: 

Output *.csv or *.txt

Former Member
0 Kudos

Hi @ all,

this may is a easy question - but not to me today I tried to put out a *.csv file over Fileadapter (File Content Conversion)...

But somehow this doesn't work. I'm on SP 16 and in my File Receiver Adapter I configured following:

Recordset Structure: person,*

and in the Parameter Part:

person.fieldSeparator => ;

person.fieldNames => f1,f2,f3,f4,f5,f6,f7,f8

person.fieldFixedLengths => 8,4,2,2,10,10,10,20

person.processFieldNames => fromConfiguration

In my RWB it result with error: - 2006-05-11 15:50:50 CEST: Error: Conversion initialization failed: Exception: java.lang.Exception: Error(s) in XML conversion parameters found:

Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing

Thanks (and points) for any help

Matt

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

If you have .csv file don;t give Fixed Field lengths in the Content conversion.

person.fieldSeparator => ;

person.fieldNames => f1,f2,f3,f4,f5,f6,f7,f8

person.processFieldNames => fromConfiguration

Go to RWB->Adapter Monitorig for the errors.

Thanks,

Moorthy

former_member206604
Active Contributor
0 Kudos

Hi,

Thy this settings

Recordset Structure: person

and in the Parameter Part:

person.fieldSeparator => ;

person.endSeparator => 'nl'

person.addHeaderLine => 1

Hope this works

Answers (1)

Answers (1)

Former Member
0 Kudos

What is the sequence you set...variable or ascending?

If you have selected 'Variable' you need to set keyField Name and keyFieldValue too.

praveen