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

flat file format

Former Member
0 Likes
486

Hi all

What is mean by ASCI format for the flat file

any eg to show?

Name | Age | Hobby | Contact

john;23;soccer;123456

do u mean by ASCI format above?

3 REPLIES 3
Read only

former_member189629
Active Contributor
0 Likes
453

gary,

American Standard Code for Information Interchange (ASCII), generally pronounced ask-ee , is a character encoding based on the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that work with text. Most modern character encodings — which support many more characters — have a historical basis in ASCII.

Work on ASCII began in 1960. The first edition of the standard was published in 1963,[1] a major revision in 1967, and the most recent update in 1986. It currently defines codes for 128 characters: 33 are non-printing, mostly obsolete control characters that affect how text is processed, and 95 are printable characters.

Regards,

Karthik

Read only

0 Likes
453

HI

ASCII format

A B C D E

780 01 01100 00200 15795

SAP recommends ASCII is more efficient than CSV

Sail

Read only

Former Member
0 Likes
453

Can you ellaborate your Question?