‎2009 Apr 24 2:05 PM
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.
‎2009 Apr 24 2:06 PM
The similar problem discussed many times , Search it once.
Edited by: Vijay Babu Dudla on Apr 24, 2009 9:07 AM
‎2009 Apr 24 2:06 PM
The similar problem discussed many times , Search it once.
Edited by: Vijay Babu Dudla on Apr 24, 2009 9:07 AM
‎2009 Apr 24 2:08 PM
Hi Vijay ,
I see the # in the file that gets downloaded in Application server.
‎2009 Apr 24 2:16 PM
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...
‎2009 Apr 24 2:30 PM
‎2009 Apr 24 2:32 PM
>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.
‎2009 Apr 24 2:34 PM
‎2009 Apr 24 2:44 PM
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
‎2009 Apr 24 2:13 PM
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.