cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Content conversion

Former Member
0 Kudos

hi all,

I am working on a scenerio in which file is the target.I have only 1 field at output and on every execution the output needs to be appended into original file.

EX: output1

output2

output3

My output file is of type catalogue file not a text file.Using 'nl' as fieldseparator in CC dint help.Please suggest some other method to acheive this..

Thanks

shruthi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi shruthi,

try with endseparator='nl'

and file processing mode = Append.

let me know the result

regards

chandrakanth

Former Member
0 Kudos

Hi,

i have used append in proccesing mode

'nl' as field saperator

and fieldfixedlength aswell in CC.

Please note my file type is .catlg and not .txt.

Append and 'nl' works for .txt

Former Member
0 Kudos

Hi,

Are you used this

fieldSeparator = ','

endSeparator = 'nl'

file processing mode = Append.

You mentioned your file is catlg file can you explain that, and what type of data it having.

The above parameters for onlt text files.

Former Member
0 Kudos

Thank you all for ur rply..its wrking now.

Former Member
0 Kudos

Hi Shruti,

Use APPEND mode of the receiver file adapter

Former Member
0 Kudos

hi,

i had set File processing mode as Append itself.File is appending, but not in a new line.

Former Member
0 Kudos

Hi,

endSeparator='nl'

file processing mode = Append.

Thanks,

Madhu

former_member8655
Active Participant
0 Kudos

Hi Shruthi

Try File processing mode in processing parameter block as 'Append'. This will solve your problem.

Thanks

Mitesh