Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem while moving the data from presentation to Application server

Former Member
0 Likes
852

Hi experts,

Iam moving the data from Presentation server to Application server using CG3Z

And i see that a # getting added at the last of each line.

Please let me know how to avoid it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
823

The similar problem discussed many times , Search it once.

Edited by: Vijay Babu Dudla on Apr 24, 2009 9:07 AM

8 REPLIES 8
Read only

Former Member
0 Likes
824

The similar problem discussed many times , Search it once.

Edited by: Vijay Babu Dudla on Apr 24, 2009 9:07 AM

Read only

0 Likes
823

Hi Vijay ,

I see the # in the file that gets downloaded in Application server.

Read only

0 Likes
823

at the time of Upload using CG3Z , what is the format. is it BIN or ASCII.

try to choose the other type (other than what you have selected initially) and see...

Read only

0 Likes
823

Hi Vijay,

I have change BIN to ASC

but no use

Read only

0 Likes
823

>I see the # in the file that gets downloaded in Application server.

that '#' is new line indicator, so you don't need to bother actually. at the time of reading you can split the records at newline.

Read only

0 Likes
823

Soory Vijay ,

it is working fine with ASC

thanks a lot

Read only

0 Likes
823

Looks like that is an ASC file. Having # at the end of each line signifies that it is the carriage return point which means it ends that particular line.

You got it?

It doesnt mean that that the file is bad. Also, when you read the file using the Dataset concept, the same # character doesnt come in to picture. Dataset completely ignores that.

Hope you understood the scenario.

Thanks,

Babu Kilari

Read only

Former Member
0 Likes
823

Hi,

Please try downloading the file which you have uploaded into application server.

If the file downloaded into presentation server is fine as similar to uploaded, then you can treat them as some kind of separators to recognize they are separate rows.

If there are some errors in the file downloaded, then make the necessary changes and try uploading this new file again.

May be helpful!!!!!!!!!

Regards,

Santhosh.