Hi,
I want to convert a xml-file into a txt-file with follow structure:
Source_value_1a;source_value_2a;source_value_3a
Source_value_1b;source_value_2b;source_value_3b
Source_value_1c;source_value_2c;source_value_3c
follow error appeares in the messagemonitoring although I have input the follow parameter in the fileadapter (receiver)
recordsetstructure: target,*
target.fieldSeparator: ;
target.fieldNames: target_value_1,target_value_2,target_value_3
target.fieldFixedLengths: 20
error:
Conversion initialization failed with java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing
Can anybody help me please?
Thanks for your answer.
Regards
Stefan