CSV

From Oracle FAQ

Jump to: navigation, search

A CSV file is a file with Comma Separated Values.

One can save a Microsoft Excel spreadsheet to a CSV file and use Oracle's SQL*Loader program to upload the CSV file into a table.

A sample CSV file:

empno,empname,deptno
1,"Larry",1
2,"Ed",2
3,"Bruce",1


Glossary of Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
Retrieved from "http://orafaq.com/wiki/CSV"
Personal tools