Ask Your Question
3

What is the binary equivalent of CSV?

asked 2022-09-01 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-09-17 14:00:00 +0000

lakamha gravatar image

CSV (Comma Separated Values) does not have a direct binary equivalent. The data in a CSV file is stored in plain text format, where each value is separated by a comma and each row is represented by a new line character. However, binary file formats such as Excel (.xls/.xlsx), Access Database (.mdb/.accdb), and SQL Database (.sql) can store data in a more efficient binary format.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-09-01 11:00:00 +0000

Seen: 8 times

Last updated: Sep 17 '22