Loading 400 excel files without manually opening them???

Hi,
I have 400 excel files with the first 5 lines header info - nothing to do with the columns...15 merged columns
then the 15 and another 3 columns with data.
about half way down the file 12 over the columns turn into 6 columns (2 merged each)
Can I write a PL/SQL script to load these?? how would you tell when a column begins?
Again I don't want to open and SaveAs 400 files...
Thank you for your help, Bill

Good morning
I have problems with the Jakarta POI example. The problem is my home java environment
How can I configurate this java environment?
My java version is:
C:\Reporte\XL2ETB>java -version
java version "1.3.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
And the error is:
C:\Reporte\XL2ETB>java -cp XL2ExternalTables.jar;jakarta-poi-1.5.1-final-2002061
5.jar;jakarta-poi-contrib-1.5.1-final-20020615.jar com.saternos.database.utiliti
es.ExternalTableGenerator new_department_data.xls
Begin processing.
Using working directory C:\Reporte\XL2ETB
Exception in thread "main" java.lang.NoSuchMethodError
at com.saternos.database.utilities.ExternalTable.<init>(ExternalTable.ja
va:62)
at com.saternos.database.utilities.ExternalTableGenerator.processWorkook
(ExternalTableGenerator.java:184)
at com.saternos.database.utilities.ExternalTableGenerator.execute(Extern
alTableGenerator.java:106)
at com.saternos.database.utilities.ExternalTableGenerator.main(ExternalT
ableGenerator.java:42)
Edited by: albrico on Oct 2, 2008 12:38 PM

Similar Messages

  • I plugged in my iphone 4s into my mac book to dowload pictures but itunes nor iphoto came up. i manually opened them and my iphone wasent on there. how can i fix this?

    i plugged in my iphone 4s into my mac book to dowload pictures but itunes nor iphoto came up. i manually opened them and my iphone wasent on there. how can i fix this?

    dfsadfdsfsdf wrote:
    Iphoto will not reconize a iphone 4s if it is iphoto"9 or lower
    I'm running iPhoto '09 (8.1.2) on my MBP running Lion and it recognizes my 4S without any problem.

  • I have two excel files I cannot open or delete from my desktop.  One is titled 6ACAD200 and the other file is titled 8D73A700.  How can I get these off of my computer?

    I have two excel files I cannot open or delete from my desktop.  One is titled 6ACAD200 and the other file is titled 8D73A700.  How can I get these off of my computer?

    From the names I'd guess they are temporary files. If excel is running, quit and try again. If they still won't move or delete reboot. If they still won't move or delete...kill a chicken at midnight under an oak tree?

  • BO Live Office - Excel files no longer opening

    Hi all,
    I've been running into a problem and only encountered it when installing BO Live Office. On my old computer, I used to be able to click on an Excel file that was on my desktop, for example, and then Excel would automatically open up and open the file. Then when I downloaded Live Office, I was no longer able to do this. Now everytime I click on an Excel file (no matter where it is located), I keep getting an error. Excel opens, but it tells me "There was a problem sending the command to the program."
    At first I thought it was just my computer messing up and or something else was going wrong, but now I'm not so sure. I just recently got a new computer and I tried out opening an Excel file (from my desktop, for example) and it worked. Then I went and installed Live Office with the latest FixPack, etc. Once I installed it, it would no longer let me open an Excel File by clicking on the file. I keep getting the same error - "There was a problem sending the command to the program."
    On my old computer, I had Office 2003 w/Windows XP and now I have Office 2007 w/Windows 7. It doesn't seem to matter if I have the latest software or upgrades/fixpacks. This error still occurs. I've tried turning off/disabling the Live Office Plug-in, but this has not worked either. Has anyone run into this problem before? I'm not sure how to go about fixing it. Any help would be appreciated.
    Thank you,
    Charlette

    Hi,
    I also had the same issue (from couple of months) after we upgraded and it was very very frustating until I saw this post.
    Thanks a lot Tracy.
    I added "%1" at the end in the field labeled u2018Application used to perform action:u2019
    "......\Microsoft Office\Office12\EXCEL.EXE" "%1" /e
    The excel files are now opening. But there is also a message along with it. It says as below.
    >>>
    Windows cannot find '<excel file name goes here>'. Make sure you typed the name correctly, and then try again. To searcg for a file, click the Start button, and then click Search.
    >>>
    It's odd that the file is opening fine even though the above message shows up. This happens to every .XLS and .XLSX file. Atleast the file is opening now, which is great!
    I am not sure how to fix the warning message.
    Any help is appreciated.
    Thanks again.
    Edited by: Prapoorna Kolan on Aug 24, 2011 5:20 PM
    Edited by: Prapoorna Kolan on Aug 24, 2011 5:21 PM

  • How to export the text edit data to excel file without splitting the data in excel file?

    how to export the text edit data to excel file without splitting the data in excel file?
    I have a requirement in SAP HR where in the appraiser can add comments in the area given and can export that to excel file. Currently the file is getting exported but the comments getting split into deifferent rows.
    I want the entire comment to be fit in one row.
    Please help.
    Thank you

    Hi,
    if your text edit value is stored in 'lv_string' variable.
    then before exporting the value to excel you have to remove CL_ABAP_CHAR_UTILITIES=>NEWLINE
    that is '#' from the variable lv_string.
    for that use code some thing like this.
    REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=>NEWLINE in lv_string WITH space.
    I think this will do the trick.

  • Excel files are not opening in outlook 2010.

    excel file is not opening in outlook 2010.
    In outlook the excel attached file if its selected the preview is grayed out. not able to open it.
    wat should be done to resolve it?

    Hi,
    Can you download the attachment to local and open it? Does other types of attachment have this issue?
    Please check the following settings:
    Go to File -> Options -> Trust Center -> Trust Center Settings -> Attachment Handling -> Make sure "Turn off attachment Preview" is not selected -> Click "Attachment and Document Previewers" button -> Make sure "Microsoft
    Excel previewer" is selected -> OK -> OK -> OK.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Stuck - load the Excel file dynamically with different columns and worksheet names

     I have a situation where I want to load the Excel file dynamically, and the excel file have different columns or even worksheet name. Any idea how I could
    approach this? I believe there's no way to modify the meta data (specifically the mapping) in the data flow.

    Hi Chimumu,
    The SSIS stock adapters don't supporting dynamic column mapping, to achieve your goal, you need to use Script Task/Component to read the Excel sheet name and the columns in the worksheet, and then map to the output columns of the script component. You can
    also refer to the following blogs:
    http://micktechblog.blogspot.com/2011/06/ssis-excel-import-with-unknown-number.html
    http://wikiprogrammer.wordpress.com/2011/04/08/dynamic-column-mapping-in-ssis-part-1/
    Regards,
    Mike Yin
    TechNet Community Support

  • Load a excel file

    Hi all,
    I am sorry i am asking this question here but i cant find TOAD specific thread.
    I want to load an excel file from OS to my database table using TOAD.
    Can anyone tell me how to do this?
    Thanks
    Edited by: user10380680 on Nov 6, 2008 3:17 PM

    Hi,
    Check the steps given by "sbmk_design " using TOAD.
    How to load excel-csv file into oracle database
    Else go for
    SQL LOADER
    http://www.adp-gmbh.ch/ora/tools/sql_loader/example_3.html
    http://lbd.epfl.ch/f/teaching/courses/oracle8i/server.815/a67792/ch04.htm
    - Pavan Kumar N

  • Loading of excel file to BI

    How can we load an excel file to BI system?
    If then can we load a file having multiple sheets inside it?

    Check if you have the mapping done for it, also only the active sheet will be uploaded.

  • Loading an Excel file into a Z-Table

    Hi Gurus,
    Can somebody guide me how to load an excel file into  a Z-Table.

    Hi,
    You need to write a ABAP code for this....
    The following is the code for loading data into an internal table:
    types: begin of ttab,
           rec(1000) type c,
           end of ttab.
    types: begin of tdat,
           fld1(10) type c,
           fld2(10) type c,
           fld3(10) type c,
           end of tdat.
    data: itab type table of ttab with header line.
    data: idat type table of tdat with header line.
    data: file_str type string.
    parameters: p_file type localfile.
    at selection-screen on value-request for p_file.
      call function 'KD_GET_FILENAME_ON_F4'
           exporting
                static    = 'X'
           changing
                file_name = p_file.
    start-of-selection.
      file_str = p_file.
      call function 'GUI_UPLOAD'
           exporting
                filename                = file_str
           tables
                data_tab                = itab
           exceptions
                file_open_error         = 1
                file_read_error         = 2
                no_batch                = 3
                gui_refuse_filetransfer = 4
                invalid_type            = 5
                no_authority            = 6
                unknown_error           = 7
                bad_data_format         = 8
                header_not_allowed      = 9
                separator_not_allowed   = 10
                header_too_long         = 11
                unknown_dp_error        = 12
                access_denied           = 13
                dp_out_of_memory        = 14
                disk_full               = 15
                dp_timeout              = 16
                others                  = 17.
    delete itab index 1.
      loop at itab.
        clear idat.
        split itab-rec at cl_abap_char_utilities=>horizontal_tab
                              into idat-fld1
                                   idat-fld2
                                   idat-fld3.
        append idat.
      endloop.
      loop at idat.
        write:/ idat-fld1, idat-fld2, idat-fld3.
      endloop.
    From this internal store it onto the database.....
    Sharma one more thing you must have posted this question in ABAP fourum for better results....
    Hope it helps,
    Thanks,
    Happy Life,
    Aravind

  • SQLLDR to load data in Excel file without converting to CSV file

    Hello Guys,
    We are getting data in excel sheet and we need to insert data into oracle table. Is it possible to do with SQLLDR command that too without converting the excel file to csv format.
    If its possible can any one share a pseudo code to do that.
    Your help is well appreciated.
    Thanks in advance

    Is it possible to do with SQLLDR command that too without converting the excel file to csv format
    SQL*Loader does not know how to process the microsoft proprietary binary format of Excel files.  If you really want to use SQL*Loader then the data will have to be exported from Excel to a format that SQL*Loader can use, such as CSV... otherwise, don't use SQL*Loader (see the FAQ I posted already)

  • Important Microsoft Office 2011 Excel File isn't opening Please Help!

    Hello everyone,
    I'm having problems opening one single excel file. I've tried others and they open with no issue. This file I'm trying to open now opened 2 days ago as it's a project I've been working on and I desperately need to get back to working on it!
    I'm running OS X 10.8.4 on a Macbook Pro with Microsoft Office 2011. When I open the workbook it loads the progress bar, then doesn't show anything from excel apart from the top bar with file/edit/view... etc
    When I try and open it from this point it gives me a message
    'XXX.xlsx is already open.
    Reopening will cause any changes you made to be discarded. Do you want to reopen XXX.xlsx
    PLEASE HELP and don't hesistate to ask for anymore information if you need it. Thank you.

    Such instances are examples of why one should maintain good backups.  I suggest you consider using Time Macnine backups.  It would allow you to go back in time to earlier versions of the file if a later one is corrupted or if you save unwanted changes by mistake.
    You would need a $80 external disk drive for the Time Machine volume.  Your data is much more valuable than that $80 cost.  Disks can fail at any time, taking all of your data with them.
    Time Machine Basics: http://support.apple.com/kb/ht1427
    Most commonly used backup methods: 
    https://discussions.apple.com/docs/DOC-3045

  • For Each Loop Load Dynamic Excel Files

    Hi All,
    SSIS 2005
    I want to load excel file .xls one at a time files that have different names without having to select the file in the connection manager, every time. So a user can easily place the excel file in the folder and right the sql job and it loads the file data.
    The data flow tasks all work when I manually select the excel file, but I am unable to get this to work dynamically.
    I have setup a for each loop with multiples data flow tasks and sql tasks to load my data from file.
    Variables:
    @filename d:\new file\*.xls
    For Each Loop:
    ForEachFile Enumerator
    Folder: d:\new file\
    Files: *.xls
    Retrieve File Name: Fully Qualified
    Variable Mappings:
    User::filename (index 0)
    Connection Managers:
    Excel Connection Manager: Expressions, ConnectionString @[User::filename]
    Error Message: Error at new buyer(package name) the connection string format is not valid. it must consist of one or more components of the form X=Y, seperated by semicolons.
    Can anyone assist thanks.

    You still need the file name variable.
    ExcelFilePath is the fully qualified file name of your Excel file. ie. it contains both the path and file name.
    e.g. D:\inbox\myExcelFile.xls
    All the steps you mentioned are correct, except you need to set the property of ExcelFilePath of the Excel connection to the variable that you map to in the ForEach Loop:
    Connection Managers:
    Excel Connection Manager: Expressions, ExcelFilePath @[User::filename]
    Hope this helps.
    ~ J.

  • Infopackage Loading error - The file is not open

    Hi Experts,
    I have an issue in my process chain. When the loading starts from deleting the psa contents then the infopackages - this is where the error starts. Infopackage source is 'Load Text-Type File from Application Server'. The error only says:
    - Errors in source system
    - The file 'path and filename.csv' is not open
    There are 10 infopackages to load and they're getting the files from AL11. I had successful run of the process chain before, but now it's always an error. Manual loading of the infopackages is fine, but once they ran in the process chain - always an error. Anyone encountered this type of issue? Can't seem to figure out what the cause is.
    Thanks in advance!
    -jay

    Hi,
    I have sometimes an error when I'm loading from frontend
    => the file is open in notepad or ms excel.
    Have you the same on the application server?
    => Ask your admin to check this.
    Or, have you now an other filename? UNIX server?
    => check upper and lower case.
    Do you see the file in AL11. Can you open it there?
    Sven

  • NuVo N200 and browsing files, without actually playing them

    I'm not sure if there was any answer to that question in any previous thread, I did a search on N200 and there's so many results, checked a few of them but couldnt find anything.
    The most frustrating thing for me at the moment with my N200, which I think overall is a very good player, is that there's no way to browse directories and files without playing them. That's a BIG handicap. I got a directory with about 00 MP3s, misc songs, and it takes forever to skip to a specific song because the player actually tries to load the tune play it every time you go to the next. What would be great and almost necessary is a browse feature that allows you to skip over directories and files, while the player is still playing the current tune, and then will play the new song when selected.
    Also, a STOP menu feature, which would be one of the first icons when loading up the menu, would also be very important. Sometimes you don't want to shutdown the player, just stop it for a few seconds.
    Is there anyone else with the same wishes? Any possbility of a firmware upgrade someday?

    Oh... on my MuVo nx I can do what you propose! The trick is to PAUSE the current track. Unfortunately, it's not possible to browse WHILE a current track is playing without interrupting it. I agree.. a firmware upgrade ought to be entirely possible! I too would like the ability to "look around" at the song collection while a tune is still being played in the background. I never really explored the functionality of any of the other flash-based portable mp3 devices before I settled on this one. I mearly jumped on getting this 256meg version when a supplier informed me that Creative had a 2 or 3-week promotional price on it. At Under $20 cdn about 2 months ago it was hard to pass up!
    I wonder if the Muvo C00 would have been a better choice (but I don't like its "round" design). The C00 seems to have a larger display (which I like).
    I guess we would have to download the User Manuals of all the devices we're interested in inorder to learn if a certain feature or function is available?

Maybe you are looking for

  • Why does my form load in the wrong position on some pages?

    I have a contact form on the Master Page of my site which periodically loads off set to the left on some pages.   It doen't always do it and it only does it on some pages, which makes no sense as it's a Master Page element. On the below page the form

  • Illustrator and InDesign Unable to drag objects

    I have suddenly become unable to drag items in InDesign and Illustrator. I may mention at the same time my Photoshop is not working either. I solved these problems two weeks ago by uninstalling Adobe Creative Suite CS5, running adobe cloud cleanup to

  • Lost recovery partition, can be fixed?

    Hi guys! i just buy a new P845-S4200 notebook and i try to create a new partition from 750GB with Acronis Disk Doctor and unfortunetly all my hdd crash, and all partition disapear.. i try to recover but not working.. the only solution was to delete a

  • Can't find namespace for xpath function adjust-dateTime-to-timezone()

    I'm trying to "shift" the output of current-dateTime() to GMT. I believe the function listed above is the way to do it by using an empty string as the desired timezone. However, I can't find this function in JDev nor can I figure out what namespace i

  • Can't open Office 2011 files on CIFS/SMB shares.

    I can't open Excel or Word documents if they are opened from a network CIFS/SMB share.  Excel returns something like "could not open because some content is unreadable" and offers to repair the document.  Word just questions if the document is corrup