anyone knows how to create CSV in mobile?
Answers
Answer:
Save and Backup Android Contacts as a CSV File
In the contact management window, choose a contact category, like Phone. Then, choose contacts you want to export and click Export. In its drop-down menu, choose Export selected contacts to computer or Export all contacts to computer.
Answer:
Comma Separated Values. A CSV file is a plain text file that stores tables and spreadsheet information. The contents are often a table of text, numbers, or dates. CSV files can be easily imported and exported using programs that store data in tables.
CSV File Format
Usually the first line in a CSV file contains the table column labels. Each of the subsequent lines represent a row of the table. Commas separate each cell in the row, which is where the name comes from.
Here is an example of a CSV file. The example has three columns, labeled 'name', 'id', and 'food'. It has five rows including the header row.
name, id, favorite food
quincy, 1, hot dogs
beau, 2, cereal
abbey, 3, pizza
mrugesh, 4, ice cream