dbTalk Databases Forums  

Importing .XLS

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Importing .XLS in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
johowar1@gmail.com
 
Posts: n/a

Default Importing .XLS - 10-03-2007 , 04:28 PM






It seems odd to me (and others I've spoken with) that there aren't
more advanced import tools built into applications like Toad. Sure
you can import excel table data once you've created the table, but
isn't the tool supposed to do that for you? Are there any tools that
can take an excel file and automatically 1)determine field names,
2)determine field types, and 3) determine field lengths? Seems simple
to me!


Reply With Quote
  #2  
Old   
pamela fluente
 
Posts: n/a

Default Re: Importing .XLS - 10-03-2007 , 05:25 PM






On 3 Ott, 23:28, "johow... (AT) gmail (DOT) com" <johow... (AT) gmail (DOT) com> wrote:
Quote:
It seems odd to me (and others I've spoken with) that there aren't
more advanced import tools built into applications like Toad. Sure
you can import excel table data once you've created the table, but
isn't the tool supposed to do that for you? Are there any tools that
can take an excel file and automatically 1)determine field names,
2)determine field types, and 3) determine field lengths? Seems simple
to me!
Yes. There is. Do you want to know it ?

-Pam



Reply With Quote
  #3  
Old   
Joel
 
Posts: n/a

Default Re: Importing .XLS - 10-04-2007 , 05:10 AM



Quote:
Yes. There is. Do you want to know it ?

-Pam

Yes. What is the tool that you have in mind?




Reply With Quote
  #4  
Old   
Shakespeare
 
Posts: n/a

Default Re: Importing .XLS - 10-04-2007 , 05:23 AM




"Joel" <johowar1 (AT) gmail (DOT) com> schreef in bericht
news:1191492627.483999.183610 (AT) n39g2000hsh (DOT) googlegroups.com...
Quote:
Yes. There is. Do you want to know it ?

-Pam


Yes. What is the tool that you have in mind?


Let me guess... ;-)

Shakespeare




Reply With Quote
  #5  
Old   
Volker Pohlers
 
Posts: n/a

Default Re: Importing .XLS - 10-04-2007 , 08:48 AM



johowar1 (AT) gmail (DOT) com schrieb:
Quote:
It seems odd to me (and others I've spoken with) that there aren't
more advanced import tools built into applications like Toad. Sure
you can import excel table data once you've created the table, but
isn't the tool supposed to do that for you? Are there any tools that
can take an excel file and automatically 1)determine field names,
2)determine field types, and 3) determine field lengths? Seems simple
to me!

try "full convert" from "spectral core".

Volker


Reply With Quote
  #6  
Old   
pamela fluente
 
Posts: n/a

Default Re: Importing .XLS - 10-04-2007 , 09:25 AM



On 4 Ott, 12:23, "Shakespeare" <what... (AT) xs4all (DOT) nl> wrote:
Quote:
"Joel" <johow... (AT) gmail (DOT) com> schreef in berichtnews:1191492627.483999.183610 (AT) n39g2000hsh (DOT) googlegroups.com...



Yes. There is. Do you want to know it ?

-Pam

Yes. What is the tool that you have in mind?

Let me guess... ;-)

Shakespeare

You are smart Shakespeare ! ;-) Since we are not selling
consultancy services, with Robocop flying around, we need confirmation
from posters to provide them a free service.


Instructions (after install):

New Connection > Excel > Save Connection
DBExplorer > (re)Load Structure > Select the table you want > Query
Current

In the right bottom window you will see all the informations.
Example done specificly for You (do not adapt image to browser
window):
http://www.datatime.eu/public/connectedtoexcel.gif

Hints:
Quick Export will allow you to load the table into Oracle or any other
DBMS
[Quick ETL will allow to transform on the fly data while loading]

------------------------------------------------------
*free edition* download: http://www.datatime.eu/download.aspx
*free* support and questions : http://groups.google.it/group/DataTime
or write directly to me
------------------------------------------------------


"Serving Oracle Users"

-P






Reply With Quote
  #7  
Old   
Joel
 
Posts: n/a

Default Re: Importing .XLS - 10-04-2007 , 10:41 AM



Nice try folks. Unfortunatly both of these tools give a default of 255
chars to text fields and a precision of 15 to numbers. Nothing
intelligent or advanced about that. I might as well use sql server to
import... Furthermore, field names aren't parsed for things like
spaces or other special characters.

Any other tools out there?


Reply With Quote
  #8  
Old   
pamela fluente
 
Posts: n/a

Default Re: Importing .XLS - 10-04-2007 , 11:33 AM



On 4 Ott, 17:41, Joel <johow... (AT) gmail (DOT) com> wrote:
Quote:
Nice try folks. Unfortunatly both of these tools give a default of 255
chars to text fields and a precision of 15 to numbers. Nothing
intelligent or advanced about that. I might as well use sql server to
import... Furthermore,. field names aren't parsed for things like
spaces or other special characters

Any other tools out there?
No. Defaults are just a guess for large compatibility. You can / must
change the defaults.
After choosing the destination connection, click on "Table Setup".

What do you mean by " field names aren't parsed for things like spaces
or other special characters" ?
Open the "connection properties" dialog to set field appropriate
delimiters for destination fields.
The "automatic" delimiter feature is able to detect when delimiters
are needed.

For complete flexibility create a "New Data Source". Here you can
control *any* little detail of the upload including
field name and remappings for each field.

You need to get familiar with the tool. It's quite vaste.

If you feel any specific functionality is missing please just describe
it providing appropriate details and we will
add it on the fly for the Oracle Community.

-P



Reply With Quote
  #9  
Old   
Tim Arnold
 
Posts: n/a

Default Re: Importing .XLS - 10-04-2007 , 11:51 AM




"pamela fluente" <pamelafluente (AT) libero (DOT) it> wrote

Quote:
On 4 Ott, 17:41, Joel <johow... (AT) gmail (DOT) com> wrote:
Nice try folks. Unfortunatly both of these tools give a default of 255
chars to text fields and a precision of 15 to numbers. Nothing
intelligent or advanced about that. I might as well use sql server to
import... Furthermore,. field names aren't parsed for things like
spaces or other special characters

Any other tools out there?

No. Defaults are just a guess for large compatibility. You can / must
change the defaults.
After choosing the destination connection, click on "Table Setup".

What do you mean by " field names aren't parsed for things like spaces
or other special characters" ?
Open the "connection properties" dialog to set field appropriate
delimiters for destination fields.
The "automatic" delimiter feature is able to detect when delimiters
are needed.

For complete flexibility create a "New Data Source". Here you can
control *any* little detail of the upload including
field name and remappings for each field.

You need to get familiar with the tool. It's quite vaste.

If you feel any specific functionality is missing please just describe
it providing appropriate details and we will
add it on the fly for the Oracle Community.

-P

quite vast, indeed.

Thank you, Pam, but a little discretion, por favore.




Reply With Quote
  #10  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Importing .XLS - 10-04-2007 , 12:44 PM



Joel wrote:
Quote:
Nice try folks. Unfortunatly both of these tools give a default of 255
chars to text fields and a precision of 15 to numbers. Nothing
intelligent or advanced about that. I might as well use sql server to
import... Furthermore, field names aren't parsed for things like
spaces or other special characters.

Any other tools out there?

Field names?!?
Since when does a spreadsheet have field names?

I am guessing here: column headers?

Oracle has the answer: you save a CSV and define
an external table

--
Regards,
Frank van Bortel

Top-posting is one way to shut me up...


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.