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

Upload file in application server

Former Member
0 Likes
556

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
Read only

Former Member
0 Likes
515

Hi Mitesh,

Check the file type. It should be ANSI type.

Regards,

Kritesh Shah

3 REPLIES 3
Read only

Former Member
0 Likes
516

Hi Mitesh,

Check the file type. It should be ANSI type.

Regards,

Kritesh Shah

Read only

0 Likes
515

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.

Read only

0 Likes
515

Thanks a lot Kritesh.