Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
how to turn csv into a viewable website?
I have csv file that contains about 20 rows of data, the first row is for the titles, i wanna turn it into a viewable website, but i don't where to start, i have a domain, i know how to upload files to it. I just don't know to turn my csv file into a website, can anyone give me a way to start?
2 Answers
- 9 years agoFavorite Answer
One of the first decisions we had to make was which collection management system we would use to build and deliver the directory on the web. Use CSV Import and Import items, tags, and files from CSV files and make it csv into a viewable website. The comma separated value (CSV) file type is used because of its versatility. CSV files are formatted like spreadsheets but saved as text files. This means a CSV file is accessible by a variety of software including spreadsheet, word processing and database programs. CSV files are plain text files and do not support formatting such as bold or italics. Because of this, CSV files are smaller in size, easily emailed or uploaded to websites. Microsoft Access creates tables based on imported CSV files.
You can Start using Microsoft Access and that will help you to make it viewable on website.
Source(s): http://www.netsmartz.net/ - just "JR"Lv 79 years ago
1. Create a database in mysql if you don't have one.
2. Create a table in your database, with each column equal to the title row of your csv
3. Import your CSV to the table (phpmyadmin)
4. Use php and mysql to interrogate your table and display the contents in a tabulated manner.
Source(s): http://web2coders.com/ - free php scripts. many do what you need, except the CSV import.