cancel
Showing results for 
Search instead for 
Did you mean: 

keyFieldValue in File sender adapter

Naama
Participant
0 Kudos

Hi all,

can I use wildcard in keyFieldValue in the content convertion

Thanks,

Naama.

Accepted Solutions (1)

Accepted Solutions (1)

Naama
Participant
0 Kudos

I have different type of rows,

each row has a 2 options of keyValue - for example -053 or +053,

anyone?

santhosh_kumarv
Active Contributor
0 Kudos

>>I have different type of rows,

>>each row has a 2 options of keyValue - for example -053 or +053,

No. You cant have two optional keyValue for a single row.

I suggest you to design the data type to have two diff rows rather that having a single row.

Data type

---Rowtype1

---Rowtype2

Now in the CC you can specify Rowtype1.keyValue = -053 and Rowtype1.keyValue = +053.

So that all the rows in the input file will be tagged to any of these two row types.

Thanks

SaNv...

Answers (1)

Answers (1)

Former Member
0 Kudos

NO,

Based on key value file adapter will convert your flat file into XML.

thanks

farooq