Application Development 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: 

Upload file in application server

Former Member
0 Kudos

Dear all,

I have third party software's file. when i open this file, i m getting '^M' at end of each record in vi.

Due to this '^M', i m getting a single record in Binary mode, & only 255 characters of records in Ascii mode.

How can i remove this special character or how can i get single record per line?

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Mitesh,

Check the file type. It should be ANSI type.

Regards,

Kritesh Shah

3 REPLIES 3

Former Member
0 Kudos

Hi Mitesh,

Check the file type. It should be ANSI type.

Regards,

Kritesh Shah

0 Kudos

Thanks for quick response..

But file is ANSI....

I m using CG3Z t-code to upload a file.

If i manually remove '^M' and give 'enter' and save. Then its working fine.

0 Kudos

Thanks a lot Kritesh.