Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. To convert an Excel file to CSV and then move that data from CSV to oracle database.

To convert an Excel file to CSV and then move that data from CSV to oracle database.

Scheduled Pinned Locked Moved Database
oraclecsharpdatabase
3 Posts 3 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sai 2012
    wrote on last edited by
    #1

    Hi all, I have one task , To convert an Excel file to CSV and then move that data from CSV to oracle database. EXCEL FILE HAS :3 COLUMNS NAME,CITY,STATE . my requirement is I need to convert from excel to csv and csv to oracle datatable I have to do in backend. asked me to use sqlloader. earlier I haven't worked on this type of ticket. can you please give me an idea . I have to do in backend not in .net application. I am using ORACLE(TOAD) What I have tried: Hi all, I have one task , To convert an Excel file to CSV and then move that data from CSV to oracle database. EXCEL FILE HAS :3 COLUMNS NAME,CITY,STATE . my requirement is I need to convert from excel to csv and csv to oracle datatable I have to do sqlloader . earlier I haven't worked on this type of ticket. can you please give me an idea . I have to do in backend not in .net application. I am using PLSQL(TOAD)

    J L 2 Replies Last reply
    0
    • S sai 2012

      Hi all, I have one task , To convert an Excel file to CSV and then move that data from CSV to oracle database. EXCEL FILE HAS :3 COLUMNS NAME,CITY,STATE . my requirement is I need to convert from excel to csv and csv to oracle datatable I have to do in backend. asked me to use sqlloader. earlier I haven't worked on this type of ticket. can you please give me an idea . I have to do in backend not in .net application. I am using ORACLE(TOAD) What I have tried: Hi all, I have one task , To convert an Excel file to CSV and then move that data from CSV to oracle database. EXCEL FILE HAS :3 COLUMNS NAME,CITY,STATE . my requirement is I need to convert from excel to csv and csv to oracle datatable I have to do sqlloader . earlier I haven't worked on this type of ticket. can you please give me an idea . I have to do in backend not in .net application. I am using PLSQL(TOAD)

      J Offline
      J Offline
      jschell
      wrote on last edited by
      #2

      If it is one time... 1. You can save the file as CSV. Do a "save as" and then pick the 'type' via the drop down. 2. Then as noted you can use sqlloader. If you must automate this to do it over and over then there are other problems you did not touch on like how you know there is a new file and how to recognize an update versus new. But at any rate it is possible to read an excel file via an "ODBC" driver. I believe this is still possible, once you track down the driver. This would with very simple Excel files.

      1 Reply Last reply
      0
      • S sai 2012

        Hi all, I have one task , To convert an Excel file to CSV and then move that data from CSV to oracle database. EXCEL FILE HAS :3 COLUMNS NAME,CITY,STATE . my requirement is I need to convert from excel to csv and csv to oracle datatable I have to do in backend. asked me to use sqlloader. earlier I haven't worked on this type of ticket. can you please give me an idea . I have to do in backend not in .net application. I am using ORACLE(TOAD) What I have tried: Hi all, I have one task , To convert an Excel file to CSV and then move that data from CSV to oracle database. EXCEL FILE HAS :3 COLUMNS NAME,CITY,STATE . my requirement is I need to convert from excel to csv and csv to oracle datatable I have to do sqlloader . earlier I haven't worked on this type of ticket. can you please give me an idea . I have to do in backend not in .net application. I am using PLSQL(TOAD)

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Why do you need to convert to CSV, why not just read the data from the Excel file and send it direct to the database? And why have you posted the question twice with slightly different details?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups