cancel
Showing results for 
Search instead for 
Did you mean: 

add Quotes "" to all fields of mapping

Former Member
0 Kudos


Hi,

I need to add Quotes "" to all mapping fields for an outbound interface.
Can this be done with FCC parameters?

Accepted Solutions (1)

Accepted Solutions (1)

giridhar_vegi
Participant
0 Kudos

Hi Kushwaha,

                   

Use the following parameters as i speceified i think it should match your requirement

node.fieldSeparator = "," (doublequotes + comma + doublequotes)

node.endSeparator = "'nl' (doublequotes + newline)

node.beginSeparator = " (double quotes)

Dont put any space in between the characters. Try this and let us know the output.

Thanks

Giridhar


Former Member
0 Kudos

Hi Giridhar,

    Now i see the data as

However i want my data as Quotes "" to all mapping fields i.e. after every value.

Can you please help on this?

giridhar_vegi
Participant
0 Kudos

Hi Kushwaha,

                    Have you specified the parameters as i specified.And i need to know whether this is the sender file or receiver file.Please send me the screen shot of key field parmeters on receiver side.

Thanks

Giridhar

Former Member
0 Kudos

Hi Giridhar,

     Yes I have maintained as you specified to do s o and its a reciver file. Please find the screenshot below:

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Giridhar,

               Thanks alot. It worked. Please guide for the below as well where we are using a specified separator.

giridhar_vegi
Participant
0 Kudos

Hi kushwaha,

                    Could you please explain the requirement.

Thanks

Giridhar

Former Member
0 Kudos

Hi Giridhar,

      Requirement is like we have |separated file.

And we want the data to be in below format:

"1211fer"|"test for leica"|"200"|"511"|

giridhar_vegi
Participant
0 Kudos

Hi kushwaha,

                    specify the field separator as "|"

                    specify the end separator as "|'nl'

Thanks

Giridhar