cancel
Showing results for 
Search instead for 
Did you mean: 

Problem using var1 to identify a name of two files.

Former Member
0 Kudos

Hi people,

In my configuration part I use the %Var1% statement to assing the name of diferents files, but when I open the file in a editor text inside of it I see the name of the file to.

I only need the file name to identify it but I don't need it into the file.

How can I fix that?

P.D. I use this link to make that: /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii

Thanks for the help.

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

HI,

you can delete the file name from the payload with the help of Cut parameter in the File Receiver Content Conversion.

For this , you need to have , your file name as a separate node with your other data.

For e.g

<COmplete Data Str>

<Data >

...

..

</Data>

<File Name>

<filename>field </filename>

</File Name >

</COmplete Data Str>

now you can use CUT parametert in the content conversion and you can avoid file name coming into the target file.

For more-

/people/sravya.talanki2/blog/2005/08/11/solution-to-the-problem-encountered-using-variable-substitution-with-xi-sp12

Hope this helps,

Thanks,

Moorthy

Answers (0)