How to import table calluses in InDesign by InDesign Script

I the CALs table in my indesign document, but the problem is that data in the table list in the format of data, not showing is not tabular...

My requirement is to show this data in table format...

Can someone help me please...

Thank you...



    
    
    

         ME the amount of adult psittacines credits in various environments and activity levels
    

        
        
        

            
                 Management scenario
                 ME (kcal/day) need
            

        
        
            
                 Indoor cage
                 154,6 × (BW in kilograms)0.73
            

            
                 Indoor Aviary
                 176.6 × (BW in kilograms)0.73
            

            
                 Outdoor aviary in hot environment
                 203.9 × (BW in kilograms)0.73
            

            
                 Outdoor aviary in cold environment
                 226,1 × (BW in kilograms)0.73
            

            
                 Free ranging
                 229.2 × (BW in kilograms)0.73
            

        
    

====================================

My XML file contains data above, this is the code to import the XML file into InDesign Document...

It does not work correctly...

indesign #target

var doc = app.activeDocument;

var myFile is File.openDialog ("file select XML");.

doc.importXML (myFile);

Tags: InDesign

Similar Questions

  • How to import the mp4 in InDesign? Import fails

    How to import the mp4 in InDesign? All I get is the "failed to import" a message @.

    It seems that iMovie did not create a valid MP4 file. If you have InDesign CS6, you should also have installed Adobe Media Encoder in your Applications folder. Open and he re - save in the SOUL, and then re-import. (I have had no problem whatsoever with MP4 files in InDesign, but never export them from iMovie). You can also use another video encoding utility of your choice.

  • How to import tables, index, tablespace, etc. of a DMP.

    Hello

    I would like to know how to import tables, index, tablespace, etc. of an export an Oracle 10.2.0.1 to apply on an Oracle 11.2.0 DMP. When I import the DMP file a unique Tablespace, for example, will users tablespace data.

    On the basis of origin, we have different tablespace each separated with different content (tables, index) and I would like to know if it is posible to import the same schema, tables, index, tablespace quite with a DMP alone, Export. I can't use DBUA because the database on the 10.2 software is missing, I have only one file (24 GB) DMP DMP!.

    Thanks for the reply,

    Sorry for my English :).

    Kind regards.

    The standard solution is

    -Make sure that the target user doesn't have the UNLIMITED TABLESPACE privilege, using REVOKE
    -Make sure that the target user has no QUOTA on the default tablespace using ALTER USER... QUOTA
    -Make sure that there is quota on the tablespace (s) of the target, using ALTER USER... QUOTA
    -import indexes = n
    -empty the index orders in a separate file
    IMP indexfile =...
    -run this file

    --------------
    Sybrand Bakker
    Senior Oracle DBA

  • How to get table relationships in the Data Transformation Scripts shape 4.1 Custom DDL?

    Hello

    I work on a Transformation custom DDL Script and came across a problem.

    Because the documentation is not really good, I have not come again a response.

    When handling a table, it is possible to find the FK column and referenced table. It is also fairly easy to know if the table that I'm getting, is referenced in any FKs using method isReferencedByFKs().

    But is it possible to know WHICH tables OR FKs a referenced table?

    For example, you've got a CAR table and a table of DOORS. Doors know they are referenced by the car because they got a column FK referencing the car. But the car somehow also knows he has it doors, and if so, which method should I use?

    When you use model.getFKIndexAssociationSet () .getAssociatedTablesWith (table), it returns an object (based on JavaScripts typeof), but I can't use getObjectTypeName(), getRemoteIndex() or getRemoteTable.

    the method returns a list of tables/views. You can use list.size () to iterate or list.toAray () to get a table with these objects - for each object you can use the getObjectTypeName() method,

    Games - they have a method set.toArray (), the set.size (), set.getElement (int index) - you can use to iterate over the items in the game.

    Philippe

  • How to read XML file in InDesign Script

    indesign #target

    var myFile is File.openDialog ("file select XML");.

    If (myFile! = null)

    { myFile.open("r");

    myElement var = new XML (myFile.read ());

    myFile.close ();

    Alert (MyElement.xmlElements.Length);

    }

    ---------------------------------------------------------

    Code above does not have XML elements, variable myElement to get all the data to an xml file,

    but I don't get her child of the elements...

    Can someone help me solve this problem please...

    Thank you...

    Hello

    Try this...

    alert(myElement.elements().length());
    

    Concerning

  • How to import a table with the renamed name

    If I want to import a table from a DMP on UNIX to my user where I already have a new version, but I don't want to give up this new version, because I only move files from one to the other, is an import option for importing the table with another name? I want to say I want to import it on the same user, where there is already the MYTABLE table, an older version of MYTABLE by impoting with the new name MYTABLE_OLD, if eventually I can update MYTABLE with some of the old files of the old version MYTABLE_OLD. Is this possible?

    You can't do it directly.

    You can import the Table into a different schema, and then rename the table.

    export and import in the required schema.

    Import DataPump: How to import Table data in a Table that has different name? [342314.1 ID]

    Concerning
    Rajesh

  • alise of import table?

    You can tell me how to import tables of alise in essbase?

    Hey baby :)

    Try

    The Assembly plan.

    On the Properties tab, in the "Alias tables" section, right-click on the default table and select Import.

    Navigate to the directory that contains the Alias of Table you want to import and select it, click OK.

    Asked you two options. If you want to do this by default the table alias, select Yes to overwrite. If you want to save it under a new name of table aliases, select No and give it a new name.

  • Newbie - how to import the package, procedures, etc.?

    I used the "data export", the computer of the developer, expoty tables, export procedures, export Packages, etc. in a file
    SQL Developer.

    In Sql Developer, how to import tables, import procedures, import packages on my computer "REAL LIVE"?

    I want to copy the Package, the copy procedure, etc. 'computing Developer' to computer "LIVE REAL DATA?


    TIA
    Steve42

    If you have access to 2 databases of your sqldev client (and therefore have connections put in place for both of them), just run the export file obtained from the DB dev as a script (F5), using the connection to the production DB (drop-down menu at the top right).

    Have fun
    K.

  • How can I import tables to a different schema in the relational model existing... to add these tables in the existing model? PLSS help

    How can I import tables from a different schema in the relational model... to add these tables in the existing relational/logic model? PLSS help

    Notes; I already have a schema ready relational/logic model... and I need to add more tables to this relational/logic model

    can I import the same way like I did before?

    But even if I do the same how can I add it in the template? as the logic model has been designed...

    Help, please...

    Thank you

    To view the diagram of logic model in Bachman notation, you right-click on a blank area of the diagram and select the rating > Bachman Notation.

    David

  • Import Excel table in document Indesign CC?

    I'm working on a brochure that contains a class of 15 points program, dates, hours and fees. I created the table in Excel, but cannot find out how to import into my flyer as it is. I record from Excel in a collection of graphics, but when I "placed" in the circular he was totally out of table format / font I used, etc. So I need to know if there is a way to transfer the table for the flyer, maintaining all the elements.

    File > place and select the .xslx file. Show import options to choose which sheet, indicate if you want to put in with formatting or not and so on.

  • How to import the Word document into inDesign?

    I tried to import the document into inDesign (CS6) but the import has failed. 35 pages of DOCX ended up in a block of text on the first page. Other pages are blank.

    How to adjust the import document and get a block of text per page without overflow of text?

    2016.01.05_16h52m59s_002.jpg

    Hold the SHIFT key when you click on install. It will be "automatic formatting" to all pages and create new ones if necessary.

  • How to import a table from a drop down list?

    I am very new to ColdFusion and learn things I want.  I wonder how to import a table from a drop-down list.  I created the table and the drop-down list but cannot make it work properly.  I would like to see a small example.

    Please help thanks...

    Here is a very simplistic example. Please research each tag in the documentation to see how they can be used:

    ArrayNew (1) >

    Sorry for formatting issues.

    See you soon

    Eddie

  • How to import a legacy in the tables of the apex data

    Hi all

    Please tell me how to import data inherited in tables of the apex.

    Thank you and best regards,

    Rambeau

    SQL workshop Utilities Data workshop...

    You can import data from previously exported in the form of data (text, csv, xml)

    Note: the table name and the column name should be equal if the already existing table table.

  • How to import the shade of color in Indesign

    Hi guys.  I am relatively new to this. How to import the shades of color, that I rescued in Kuler in InDesign please?

    Peter,

    If you have the latest version of InDesign, you can access your themes for Windows > Extensions > Adobe color themes

  • OLIVIER, how to import a field in a particular table from the warehouse of dat

    Hello

    I'm trying to import a particular column in a table in the data warehouse to the RPD. where this column came from the etl mapping.
    In fact, I know how to import a table or a particular column in the RPD in a stand alone RPD. SO I just what to know it is the same process in out of box RPD or is it different?

    Thank you

    Published by: 990266 on March 4, 2013 08:50

    The same process.
    The method below would be easy to import.

    Expand the specific table in the physical layer, select any column duplicate and rename to actual or new column column and set the data type, save it.

    If brand aid

Maybe you are looking for