on 2009 Jan 29 9:13 AM
Hi,
In File2File senario, Sender system is placing txt file with 5 fields in the FTP server as mentioned below,
I have given "~" as fieldseparator and 'nl' as new line.
Fielsender.txt
Onetwothreefourfive
sixseveneightniniten
I have done all the Design and configuration in the XI.
In datatype defination I have given below structure.
File_MT
Data
ITEM
Field1 xsd:string
Field2 xsd:string
..
Field5 xsd:string
Problem: While executing this in Request payloads, the entire row ita taking into Field1 and its not
recnizing the ~ as separator.
Ex: <xml>...
<Data>
<item>
<field1>Onetwothreefourfive</field1>
</item>
<item>
<field1>sixseveneightniniten>
</item></Data>
.......
Can anyone tell me where I am doing wrong and how can we overcome this.
Thanks in advance
Balaji.
specify fieldSeparator = '0x7E' in content conversion parameter for '~'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply...
Its working for me, I have one more question.
In recever system I have give tab '0x09' as the file separator but I am getting the same file in recever side also.
Onetwothreefourfive
sixseveneightnineten
In recevier side the field separator in not working.
Can you please tell me where I am doing wrong.
thanks in advance.
Balaji.
Just Mention ~ without any Quotes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.