cancel
Showing results for 
Search instead for 
Did you mean: 

quotes are not coming in receiver file adapter

Former Member
0 Kudos

Hi,

am getting data in quotes and some times when there is no data, quotes are not coming rather FCC just leaves that field with a space. I need even quotes though there is no data available in quotes.

am using receiver file adapter and

Record.addHeaderLine 1

Record.fieldSeperator ;

Record.endSeperator '0x0D''0x0A'

Thanks

Kishore

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

One way is to make sure that you get some default value(may be a space) in the target field, at mapping level.

Best Regards,

Ravikanth Talagana

Former Member
0 Kudos

Hi,

It was helpful.

But am not planning to have mapping. What can i do in this case.

Thanks

Kishore

Former Member
0 Kudos

as there is a huge amount of data we are expecting, we are desperate to avoid mapping as we are not doing any conversions either. so, how to get quotes by which are coming through..

former_member181962
Active Contributor
0 Kudos

Hi,

If you just want to move a file from one location to another without any mapping, you can avoid content conversion also.

You can use integrated configuration.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87...

Best Regards,

Ravi

Former Member
0 Kudos

Am on SAP PI 7.0

former_member181962
Active Contributor
0 Kudos

You can try this:

http://wiki.sdn.sap.com/wiki/display/XI/FiletofilewithoutusingwithIntegration+Repository

Best Regards,

Ravi

Former Member
0 Kudos

Hi,

in my target CSV file, am having 2 blank lines in the beginning.

can you please suggest how to remove these.

-Kishore.

Former Member
0 Kudos

NameA.fieldContentFormatting

○ Enter trim to remove all the leading and subsequent blanks for a value found. This is the default.

○ Specify nothing to ensure that the value remains unaltered.

Former Member
0 Kudos

Hi Ravi,

Since there is huge volume of data, if we send the file as it is, we afraid that XI will have huge load say for ex: if we send 5 GB data and hence we are using proxy and sending data in chunks.

-Kishore

former_member181962
Active Contributor
0 Kudos

YOu can still use file adapters to handle large files:

Best Regards,

Ravi

former_member181962
Active Contributor
0 Kudos

Sorry..that was for PI 7.1 Ehp1..