Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to map cells from csv (not columns) to columns in table, importing with sql loader

Paul SzegedinOct 21 2014 — edited Oct 21 2014

Given csv file 'example.csv'

I would like to load data in:

cell C7 into column X

cell D8 into column Y

cell F7 into column Z

of oracle table 'exampletable' And so on. The csv file does not have orderly rows and columns, so I cannot just load the csv file into a new table cleanly. So what I am asking is how to map cells to table columns loading this file into Oracle (XE). Can anyone point me to a tutorial?

I realize this is pretty elementary, please let me know if I have under-specified anything in the question.

This post has been answered by Paul Szegedin on Oct 21 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2014
Added on Oct 21 2014
2 comments
1,024 views