Importing Excel tables into RoboHelp

This procedure worked with RoboHelp 8.0.2, Microsoft Office 2003 and Windows XP. It should be OK for other versions and for OpenOffice but I can't test that here.
My developer proudly gave me a list of 200 error codes as an Excel table with four columns: Number, Description, Source, Possible Solution. Top-class stuff for a service manual, but it meant 800 rounds of Tab Ctrl-C Alt-Tab Tab Ctrl-V Alt-Tab. Being naturally lazy I decided to try an easier way.
In RoboHelp I created a simple table of 2 rows and 4 columns. I formatted the cells as Normal and looked at the HTML.
The Table Row <tr> and Cell <td> structure is easy to see; Each row begins with
  <tr><td><p>
Between each cell is
  </p></td><td><p>
Each row ends with
  </p></td></tr>
First I `cleaned' my Excel sheet; I used Replace All to replace all commas with a string "COMMA". I also replaced ampersands "&" with the html "&amp;" and then replaced greater-than ">" with "&gt;" and less-than "<" with "&lt;"
Then I inserted columns in the spreadsheet and filled them with the HTML table structure described above. I saved the Excel sheet as a comma-delimited file CSV.
I closed Excel and opened the CSV file with a text editor (Notepad).
I used Replace All to remove all commas (inserted by Excel); then restored the real commas by replacing the string COMMA.
Then I copied the entire contents of the file onto the clipboard, and pasted it into the HTML to replace my dummy rows.
That was it! RoboHelp accepted the transplant and I could format the header rows and set column widths in the normal way.
Dear RH and HTML gurus reading this: is my procedure safe? or will something come back to bite me later?
--- Derek

Our developer-provided tables are huge (up to 15 columns and 400 rows), so we've been able to have the developers create HTML files (not HTM) with similar formatting to our regular tables.
We then set up links to those files and add them to Baggage Files. They don't become part of the search (no problem for us, since we can include them into our Zoom Search indexing process), nor do they get processed by RoboHelp (which was a big plus because RH used to choke on those tables in HTM format).
The other plus is not having to repeat your process every time changes are made by the developers (they run their own conversion process and you plug in the replacement version of the file that they provide).
Good luck,
Leon

Similar Messages

  • Importing excel data into oracle tables

    Hello gurus,
    Importing excel data into oracle tables..
    I know this is the most common question on the thread ...First, i searched the forum, i found bunch of threads with loading data using sqlloader, converting excel into .Txt, tab delimited file, .csv file etc....
    Finally i was totally confused in terms how to get this done....
    Here is wat i have
       - Excel file on local computer.
       - i have laod data into dev environment tables(So no risk involved, but want to try something simple)
       - Oracle version 11.1.0.7
       - Sqlplus and toad (editors)
    Here is wat i like to do ....i dont know if its possible
        - Without going to unix server can i do everthing on local system by making use of oracle db and sqlplus or toad
       SQLLOADER might be one option...but i dont want to go the unix server for placing files and logs and stuff.
    Wat will be best and simplest option to do?? and wat format will best to convert from excel into csv, or txt or tab delimited etc.....
    If you suggest sqlloader, any code example will be greatly appriciated.
    Thank you so much!!!

    Hi,
    user642297 wrote:
    Imran,
    This is increadible option in toad!!! It works absolutely sweet!! I have toad 9.7 version. IT works great. Thank you so much!!You are welcome :)
    Well i have further discussion on this ....this option is great if you doing in staging or development area. What if your doing in prod?? If you automating the sqlloader then how do u do it?? I think we still need to stick with traditional approach of laoding data by making use of SQLLoader right ?? If m wrong please correct me.well, in our case, we do have access to a custom schema in prod where we create the staging table and load the data from datafiles.
    try this:
    load data
    infile 'C:\dest.csv'
    into table dest_table
    fields terminated by "~" optionally enclosed by '"'
    TRAILING NULLCOLS
    (name,
    owner_nm,
    description_column,
    UPDT_DT DATE 'MM/DD/YYYY')
    {code}
    you can get more info about sql loader and your error here:
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch05.htm
    http://www.allinterview.com/showanswers/53766.html
    And one more quick question ...i found an example of control file , in that i see .dat format file. Is it a data file ?? can i try that option ?? But in excel i didnt see to convert the .dat format file.
    Any thoughts ???
    It is same as a delimiter text file.
    steps to create a .dat file (from a excel file):
    1. Insert a column between two columns and populate it with the delimiter (in our case, it is ~)
    2. Save the file as unicode text.
    3. Open the file in text editor and remove all the tabs (find an replace with blank)
    4. Save the file as "DEST.dat". Select encoding as UTF-8 while saving.
    5. Your .dat file is ready.
    Regards
    Imran
    Edited by: Imran Soudagar on Apr 22, 2010 10:22 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Importing 30 tables into one SQL Table (Help Required)

    Dear Experts,
    I am new in SQL server, actually i need to gather 30 different excel file in one sql server table and i have imported all excel file in different databases, all tables have 186 different columns and datatypes. I couldnt change data type while conversion.
    Now all columns have different data type which are occupying extra space in my database.
    Now the problem is that i need to convert all databases into one database or table. Although i have created a table but i dont have idea how to import all table into one table  and defining datatype in new table while importing the old tables.
    Please help me in this matter or if any body has skype or any other chatting id please do let me know so that i may explain it better.
    Thanking you in advance.
    Best Regards,
    SQL_beginner

    There are several things you can try.  If you have SSIS, take a look at this.
    http://www.singhvikash.in/2013/06/ssis-how-to-load-multiple-excel-files.html
    https://www.simple-talk.com/sql/ssis/importing-excel-data-into-sql-server-via-ssis-questions-you-were-too-shy-to-ask/
    Also, if your files have virtually the same name, like files with dates in the name, you can loop through files in your folder, and increment the loop with each run through.
    DECLARE @intFlag
    INT
    SET @intFlag
    = 1
    WHILE (@intFlag
    <=30)
    BEGIN
    PRINT @intFlag
    declare @fullpath1
    varchar(1000)
    select @fullpath1
    = '''\\path to your files\'
    + convert(varchar,
    getdate()- @intFlag
    , 112)
    + '_your-text-file-name.txt'''
    declare @cmd1
    nvarchar(1000)
    select @cmd1
    = 'bulk insert [dbo].[your-table-name] from '
    + @fullpath1 +
    ' with (FIELDTERMINATOR = ''\t'', FIRSTROW = 2, ROWTERMINATOR=''0x0a'')'
    exec (@cmd1)
    SET @intFlag
    = @intFlag + 1
    END
    GO
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • Importing excel file into OBIEE 10.1.3.4

    Hi,
    I am trying to import excel file into OBIEE and would like to use it as a data source. Fro this, I have already created an excel file (using MS excel 2007) with some sample data and named the data ranges with in the excel sheet as well. and I have placed that file under C:\ drive directly. And then created DSN and made sure that it points to the excel file.
    When I go to Administration tool -> Import from Database -> seelct ODBS 3.5 and selected my DSN and clicked OK. Here I have not provided the user name and password (though I have provided the username/pwd as Administrator it is not taking).
    when I click ok, it is throwing the following error :
    nQSerror:16001 ODBC error state : IM006 code: 0 message: [Microsoft][ODBCDriver Manager] Driver's SQLSetConnectAttr failed. [nQSError: 16001]ODBC error state: S1000 code - 5015 message: [Microsoft][ODBC Excel Driver] External table is not in the expected format
    Pls help me in rectifying this error. Many thanks in advance.
    Thanks
    Edited by: 858747 on 25-Aug-2011 05:47
    Edited by: 858747 on 25-Aug-2011 05:48

    Hi, I am facing the same issue.
    I am using OBIEE 11g with MS Excel 2007 file as source. I have created ODBC Driver by selecting Microsoft excel driver.
    NQSAdminTool.log gives error:
    ODBC error state: S1000 code: -5015 message: [Microsoft][ODBC Excel Driver] External table is not in the expected format
    The Admin tool gives error: "Unable to connect database using connection pool", when I try to 'update row count' in Physical Layer.
    Any quick resolution to this?
    Many thanks in advance.
    Edited by: user1603699 on 25-Oct-2011 09:28

  • Adobe Technical Communications Suite - Importing Framemaker Files into Robohelp

    We have just started using the Adobe Technical Communications
    Suite to import our Framemaker files into Robohelp. (We have about
    a year’s experience of taking Framemaker files into Web Works
    Publisher, with good results so we were hoping for a similar
    experience with Robohelp).
    Please can you help us with the following two problems:
    1. Importing FM files into Robohelp has posed some immediate
    table formatting problems. We imported the FM files by reference
    according to the instructions but cannot format the tables, ie.
    Colors etc.
    2. Can you also tell us if there is a way to set up our
    graphics in Framemaker to import into Robohelp without first having
    to run them through a batch file scenario to change the size for
    online help. Also, can you explain why the imported graphics are
    being put into separate folders in Robohelp – is there a
    system option where we can stop this from occurring.
    We are a little frustrated because we are long-time users of
    Robohelp and Framemaker and are finding some of the new features of
    TCS are not as helpful as we first thought. I am sending these
    questions after spending several hours going through the Robohelp
    Help and the Adobe website and not finding the answers.
    Thanks for your help,
    Asra S.

    I have purchased the Technical Communications Suite and am
    working with it now. I am finding several short comings in the
    product – 60% great product and 40% not so great. I have been
    using FrameMaker and RoboHelp for about 11 years and also I am a
    Webworks (ePublisher) user. I was expecting (at a minimum) to have
    the same functionality as ePublisher in TCS - ePublisher works
    seamlessly with FrameMaker. Quadralay worked with me the first
    month to answer my questions to ensure I was pleased with the
    product - and welcomed/appreciated my feedback. In some cases they
    provided me with scripts to accommodate my needs. I am finding on
    message boards and forums that a lot of users as very disappointed
    with your product so far. Are there any plans on
    improving/enhancing the product to accommodate our basic requests?
    The standard answer we get concerning graphics and tables is
    to use conditional text. This is not single-sourcing and is a
    horrible recommended work-around – a hack if you will. We use
    conditional text to handle differences in program functionality. I
    understand there is some set up required when you create a new
    project in RoboHelp, but after that I would like to run the Batch
    File process to simply generate my newly updated FM files to online
    help. How efficient is that? VERY!
    I have provided a list of the basic missing
    functionality/oversights that would greatly improve the product and
    satisfy a lot of your current users. Some of these issues may be
    user misunderstanding and in that case I seek guidance on what
    I’m doing wrong. Take the other issues into consideration
    because these are not just my issues, but a TON of your users.
    Hopefully you are user focused and are as concerned as we are.
    Please welcome this feedback as a way to improve the product.
    - No Breadcrumbs supported with MS HTML Help - supported in
    your other outputs and is available in ePublisher, so it must be
    possible.
    - Table formats are not configurable – why? Sometimes
    the converted table format from FM isn’t 100%.
    - Imported file structure (folder for each chapter) totally
    hoses my fix to poor graphic rendering. Currently I use a batch
    file to run a Photoshop macro/action on my graphic source files to
    reduce the file size by 50% and sharpen. I replace the graphics
    with my graphics and they look marvelous in online help. I copy my
    source graphics back into my “graphics folder” imported
    into FM at 260 dpi for my printed docs. Can we have the option on
    the structure for imported FM files to put them all into one
    folder?
    - Text entered into the Auto numbering field is not converted
    when importing by reference. It is when just doing a straight
    import. This is used for standardizing my inserted tables with
    pre-populated column titles– Troubleshooting, If/Then, etc.
    - Too many CSS issues. It would be nice to have one main
    template that we can sync to when the master template is changed.
    - Can’t specify a default template to apply to all FM
    files when imported.
    - My output .chm file is not picking up my Project Settings.
    It will not display Favorites, My Window Size, it’s not
    showing the TOC.
    - Cross-references – sometimes they work and sometimes
    they don’t.
    - Markers – we use markers for glossary terms and the
    character tagging carries forward throughout the rest of the
    sentence.
    I started testing the product four days ago and these are the
    major issues that are keeping me from moving forward with my
    overall plan to move to structured FM. I’m now between a rock
    and a hard place because now my department does not have the
    software to do their job. Do I go to management and tell them that
    I made the wrong decision in my tool selection? I choose your TCS
    over the updated Quadralay ePublisher that works with FM8…
    Maybe they went up on their price because the knew their former
    users would come back and be willing to pay the increased price for
    their software that generates online help with just a click of a
    button.
    Thank you for taking the time to read this and for your help
    in advance. Please direct these concerns to those in charge of
    enhancing the product (Product Evangelist). A reply and technical
    support is greatly appreciated.
    Director of Technical Publications - Horizon Software
    International, LLC
    Nikki Bridwell

  • Creating or importing a table into Mail

    I have searched and found a few threads with this same question. The problem is, there is no answer in any of the threads!
    Can someone help me figure out how to either create or import a table into a Mail message?
    Thanks for any advice provided.

    I don't think you can create a table directly in Mail. Mail html capabilities are fairly pathetic. The only way I know how to do it is to create an html file using some html editor, put your table there. then open that file in Safari copy the table there and paste it into a message composition window.
    Message was edited by: V.K.

  • Problem import excel table with photos

    When I import excel table with photos, the photos don't appear

    Welcome to Project Siena!
    If you're seeing an 'x' instead of your photo in the data source it's possible that Project Siena can't access the directory.  Try saving your images in another folder such as C:\Users\Public\Pictures.
    Others have also reported that if the Library isn't set up correctly in Windows 8 that they've had issues.
    Here are some posts to look at while we wait for additional information from you:
    Importing local images via an Excel file
    Siena Gallery unable to load image
    Images in Public Pictures directories showing
    up as X in Img from URL
    (fyi - this last post's screenshot will look different than yours as it was from Beta 1.)
    Thor

  • Import excel graphs into illustrator

    When I try to import the graphs from excel into Illustrator the text converts into a gibberish. Is there any proper way to import excel graphs into illustrator?

    Obviously it helps if you have got the same fonts in the Excel and the Illie files. But I believe that this is not the whole answer – or at least there is a nice difference between gibberish and utter gibberish.
    For example if you try to open a .docx  or .xlsx file in TextEdit you will get totally mind-boggling utter gibberish, whereas .doc and .xls files usually behave more or less normally even if there is a font conflict.
    Now Auntie Illie is very fussy about her fonts, so do what dandidotcom says first and if you still get utter gibberish even with the right fonts, try downsaving the Excel file to .xls.

  • Is it possible to import Excel pivot into PDF ?

    Is it possible to import Excel pivot into PDF ?

    HI,
    I am moving your posting at Acrobat.com forum to Acrobat forum.
    Hisami

  • How can I import .pdf forms into RoboHelp 11.0.3.268 without garbling fields?

    When I try to import .pdf forms into RoboHelp 11, the fields get garbled.
    Is there any way around this?

    Hello again
    Okay, you first open or give focus to the Project Manager pod. Once there, you will either be in Global View (where you see all files combined - CSS, Images, HTM and others) or you will be in Classic view. Classic View has separate folders, One for HTML files, another for CSS, another for Baggage, etc. See image below for reference.
    If you are in Global view, just right-click somewhere inside the Project Files and choose New > Baggage File. If you are in Classic view, right-click the Baggage Files folder and choose New > Baggage File.
    Then you navigate to where the Baggage File exists and you add it to the project. When you generate, the Baggage File should be automatically copied to the output folder with the other files.
    To link to the Baggage File, you generally select the text or image the user will click to display the file, then click and drag the file from the Project Manager pod to the selected image or text.
    Or, if you wish to leave the PDF where it is on the web, just determine the URL that would open it. Create a hyperlink from an image or text that will open the file.
    Cheers... Rick

  • Script for setting Imported Excel Table Cell Inset

    InDesign CS3 Windows XP
    I've checked the FAQ and ran all the searches, but I can't find this. My old computer crashed and took with it a script that I had that would set all the cell insets for the cells of the imported Excel tables in one swelled foop. Can someone point me to the source again? My price sheets are nothing but imported Excel tables and it takes forever to set all the insets for each block separately.
    Thanks,
    JAG

    Phah.
    app.documents.everyItem().stories.everyItem().tables.everyItem().cells.everyItem().propert ies = [topInset:"1cm"]; //??
    This one-liner may need some additional work, but when I am done with it, it'll set the insets for all tables in every open document.
    Perhaps 'everyItem' also works on disk files ...
    [Edit] Just pulling your leg. I'll take a look on the one-liner when I'm back at work.
    I've got a class in a couple of weeks on Javascripting ...
    I'm jealous. They give classes about this? BTW, JavaScript is not that hard (e.g., not harder than any other reasonably popular programming language), but its interface to InDesign is something else. In this case, the magic word is 'everyItem'. (You'll learn.)

  • Importing Adobe Captivate into Robohelp 6

    When I try to import Captivate files into RoboHelp it seems
    like the import was successful, but when I try to view it the
    screen is blank. I any new to working on Captivate as well, but I
    beleive everything is ok on that end.
    Any ideas?

    Hey Colum,
    Thanks for your help, but I still seem to be having
    difficulty.
    I am using RoboHelp HTML 6 for my project.
    Here is what I have done:
    Created my Captivate file & saved it.
    Imported the Captivate file in my Baggage Folder.
    Problems are:
    When I double click on the file in Baggage it opens up
    Captivate.
    I then tried to import the same clip into a New Topic, but
    again all I get is a text box saying Flash Movie File. I compiling
    the porject, but when I try to click on the topic with the
    Captivate file, but the page freezes. When I mouse over the text
    box it says "Click to activate & use this control."
    Any help would be great.
    Thanks

  • Import InDesign files into RoboHelp HTML

    Hello,
    My company is moving toward online help. We currently use InDesign to author our manuals and then export them to pdf for publication. I've been on the phone with Adobe trying to see if there's a way to easily import InDesign into RoboHelp. We're on an older version of RoboHelp, so I'm told this is possible, but I can't get any help until we buy RoboHelp9. I know that we can import our pdfs into RoboHelp--I'm just wondering if there's a way to import InDesign files directly into RoboHelp. Has anyone tried to do this? Anyone have any suggestions? It seems these two programs should play nice together, doesn't it?
    Louley

    Hi there
    To my knowledge it is not possible to accomplish. I've been using RoboHelp since 1992 and I've never seen it done.
    The only way I can fathom it working would be if InDesign could save as an HTML page. Then import the HTML. Or possibly produce a PDF from InDesign, then import that. But even importing the PDF may not give you the results you want.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Help with Importing Excel Data into Formatted Tables

    This is my first post, here, so please be gentle!
    I am a relatively new user of InDesign CS4, and I am creating a 70-pg manufacturer's price book.  A very large portion of each page is going to be size and price information imported from a large Excel spreadsheet.
    I have created the table format that I'd like to use for each page, but the trouble comes when I import the Excel data into that table.  For some reason, when I import, it all dumps into one cell.  Would it be best to import as an unformatted table, and then format the table each time, or is there a way to simply import the data into my pre-formatted table?  I've seen how the former is done, but the latter seems much easier (...although that could be my inexperience talking).
    Any advice would be greatly appreciated!
    Thanks so much,
    Laura (V1500)

    Thank you both so much for your time!  This is exactly what I needed.
    Cheers
    Laura

  • Importing MS Word into RoboHelp HTML / TOC Creation/ CHM output?

    Hello,
    I am a newbie to RoboHelp 8 and am trying out the Adobe Technical Communication Suite 2.5, and have a Windows 7 (64 Bit) OS.
    At the moment, I have a single 40 page word document (MS Word 2010) that I would like to bring into RoboHelp 8.
    With that said, I create a blank project, and then import the document.  But, when I try to generate and view a help file, I am not seeing the table of contents.  I have even done the AUTO TOC and verify that the links correspond to sections and sub-sections etc. - but still no TOC.
    In addition, for some reason it brought in each of my figures twice, so that I have two figure 1s, two figure twos and so on.
    Finally, it gave me an error message and was complaining about WidgetMax:
    "Compilation failed while compiling http:\www.widgetmax.com."
    I am not sure what that is about either.
    Okay, one more question.  Is there an easy way to break up all the sections/sub-sections into unique topics before or during inport into RoboHTML?  It seems that RH 8 really needs to have multiple topics versus one long topic, containing what was formerly a MS Word document.  What is the best approach to making that happen?
    Overall, I am looking for a nice automated system, whereby I can take developer created documents (from protected MS Word templates) and bring them into RoboHelp HTML (version 8).  Hopefully, I will not have to break apart the entire MS Word document first, before bringing it into RH 8.
    Thanks for taking the time to answer the questions from a newbie.
    -J

    Hi there
    My own guess is that you created a project using one of the supplied templates. Specifically, the Application Help template. This template already has a CHM window defined that contains a link to the WidgetMax.com site. When a link to a web site is defined in a CHM window, the compiler will squawk about it because it cannot resolve the link to a local HTML page. So you may safely ignore the message.
    As for importing the Word content, you have some decisions to make. How do you want to edit the content after you get it into RoboHelp?
    After you import you will abandon Word and make any changes to the documentation only using RoboHelp HTML.
    You will continue to maintain the Word document using Microsoft Word and you will want to update RoboHelp HTML to reflect the changes
    Depending on the avenue you wish to take, you will have different options for splitting the Word content into individual topics. Once we know which option you wish to use we can offer more guidance.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • How to highlight a specific element of an array

    I'm having some trouble selecting which element in an array has key focus. I want to be able to selectively highlight individual elements in an array of strings and set the key focus so that the user can immediately enter the text into that specific

  • Pc turns off with picture saved in iPhone.

    When i take a picture with my iphone4 it gets saved automatically, but when I plug my phone into my computer the computer will not stay on. So I have to delete the photo from my phone then computer will stay on for iTunes and  such. Anyone know why i

  • How to update Assignment field in Accounting Document ? Any method

    Hello experts, i want to change Assignment field in already posted accounting document. The field is "GSBER". i think i can't do a BDC on transaction FB09 or FB02 because this field is no available to change.. any advice ? regards.

  • Incorrect Payment

    I have made an incorrect payment. More detailed: I have used my old account number (that has been deactivated) to make an electronic payment through my bank for my son's account (which has a different number, of course). Is there a way to receive the

  • Exposing Portal over Internet

    Hi, We have implemented SAP modules like SRM, BI and HR in our landscape and Portal is the single point for accessing all the available functionalities. Now, we want to access the portal from Internet WITHOUT MAKING OTHER SYSTEMS accessible because o