cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Xi File Receiver "Content Conversion" fixed length and kanji

Former Member
0 Kudos

I need to create a fixed length file for a customer that has kanji (SJIS) characters in it. The issue is when the length of the value is less than the fixed length. It is padding out with spaces, but it is putting 2 bytes per space instead of one (But it seems to have counted the padding in characters...).

.fieldFixedLengths: 8,6,40,40

.fixedLengthTooShortHandling: Cut

.fieldNames: date,time,name1,name2

Receiver, please don't answer for sender.

File Adapter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Paul,

Can you please tell what is coming in the output file if the values are:

date: 062309

time: 2240

name1: hello

name2: hello2

When you put space here and if it is not showing correctly just to interpret you can use S which will stand for space.

---Satish