CSV TO SQL 2.0 (ORACLE, Postgre SQL, MYSQL, SQLITE, MSSQL ) for data import or export online


This is the most simple csv oracle data conversion tool in online.
You can convert excell or other csv formatted data into Oracle SQL format.
I have needed this simple tool once, but every freeware software stopped after 10 or 50 line process , that's why i wrote this simple php software.
The software has only our server memory limitation, but in this case you can separate the files.
I couldn't find a good freeware sw for this simple problem....
You can reach me by mail: info netsource hu .
Author: Lajos Takács, Hungary
This is free for every use.
Tablename:
Delimiter:
Copy the csv here, the first line MUST includes the name of the columns
First line exmaple(if delimiter is ;): id;firstname;lastname;cardnum;error;message
Predefine columns type: If you check this, the csv second line must contain the columnt type format, string or numeric. If string, the value will be between in ''.
Predefiniton line exmaple(if delimiter is ;): 0;1;0;1;0;1 | 0 means numeric, 1 means string