Combining XML data from a LiveCycle form in original form

Hello

I found a lot of questions on the subject but very few answers...

I create a new form in the designer (Dynamics and grows to the size, etc.) who died and has now been returned (about 15 or 20 copies). Some chose to return the PDF saved for me since I had extended rights of use to the reader, another sent the XML data. I have compiled the form returned (in Adobe Pro 9) and everything looks good, but now I also want to be able to view all THE answers to a given domain in the original shape/model (or at least together in a cell/field any). In the upper part, I can select a line (this is a suite of XML from a returned form data) and Adobe provides information the original model (shown in the lower pane) with all selected form data, but when I select several lines, the data that a single line appears in the form.

Say a field named "Objective_1_2", I now have 15 answers with multiple lines of text in this field and return in the model of origin (or in any other way), I want to see THE answers of "Objective_1_2" together in a single field.

The result I'm after is to be able to show everything at once without the manual work of reorganization and restructuring of the exported spreadsheet (as seems to be the case at the moment).

Is it possible (keeping in mind that I don't have the option to use the server software for all merge...).

Thanks a lot, a lot.

Cory

This is because each line gets a unique name... so from the perspective of tables each is different.

Paul

Tags: Adobe LiveCycle

Similar Questions

  • How can I get the filtered data from the first form

    How can I get the filtered data from the first form in a second form to make an update of the multi.
    Thank you very much

    William,

    I would use for this collections. A link is good if you need to pass a single value.

    1. create a collection
    2 fill the collection with your result set
    3. go in the page target and uses a method of a query in your link to this page
    4. your target page receives a request and allows you to edit documents.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Script for the use of XML data to pre file form open using the player

    I need to pre fill five fields when the user opens the form using Acrobat Reader (title, name, address, etc.). The values are saved in an xml data file in the same directory as the form (no database or web services connections). I tested the xml code and form structures using shapes-> manage form data-> import data and everything works fine. Now, I need to emulate this behavior programmatically, so it does not work using only Acrobat Reader. I can't find the magic java script command to import the data (I tried xfa.host.importData and xfa.datasets.data.loadXML without result). Require purchase Pro or Livecycle Server product is not an option. This seems to be a basic requirement, so I hope I'm just being stupid and missing of which is obvious. Thank you.

    Hello

    Unless you're reader allowing the form with LiveCycle Reader Extensions ES, users with reader will NOT be able to import (or export) XML.

    Summary here: https://acrobat.com/#d=3lGJZAZuOmk8h86HCWyJKg

    Based on your description that you look at options 2 and 3, users with the reader.

    Sorry,

    Niall

  • Select this OPTION to generate XML data from the table using XMLELEMENT, XMLAGG gives error ORA-19011 string buffer too small

    My select statement fails with the error:


    The ORA-19011 string buffer too small


    The select statement looks like:


    SELECT TO_CLOB)

    XMLELEMENT ("accounts",

    XMLELEMENT ("count",

    XMLATTRIBUTES)

    rownum AS "recordId."

    To_date('20130520','YYYYMMDD') AS "datestarted."

    123456 AS "previousBatchId."

    56789 AS 'previousRecordId '.

    ),

    ....

    .... .

    .....

    XMLFOREST)

    SIG_ROLE AS "SignatoryRole."

    To_char(TRANSFER_DATE,'YYYY-mm-DD') AS "TransferDate."

    NVL(Reason,0) AS 'reason '.

    ) AS the 'transfer '.

    )

    ()) AS CRDTRPT

    OF ANY_TABLE;

    • It looks like I can choose only 4000 characters using the SELECT statement (please, correct me if I'm wrong)

    I'd use the XMLGEN package. But the environment team says no mounted drives in the future with the arrival of the EXADATA.

    NO HARD DRIVE MOUNTED, NO ACCESS TO THE DATABASE DIRECTORIES

    No UTL_FILE

    I need to use the REEL spool the resulting XML data of the SELECT query.

    SQL is a standard in my org, but I can do with a PL/SQL solution also to load data into a table (cannot use a COIL with PL/SQL)

    What I do is:

    1. a column of type CLOB to a xml_report of the loading of the above SELECT query table
    2. Then using SELECT * FROM xml_report to SPOOL the data to a file report.xml

    No need of XMLTYPE data behind. Xml data stream is fine for me.

    In addition, I need to validate the XML file, also using XSD.

    Problem is that the resulting lines of the select query are supposed to be from 15000 to 20000 bytes long.

    Oracle database version: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    A Suggestion or a solution to this problem would be appreciated.

    (Sorry for the use of "BOLD", just to make it more readable and highlight the imp points)

    Bravo!

    Rahul

    It looks like I can choose only 4000 characters using the SELECT statement (please, correct me if I'm wrong)

    You use the right method.

    There is an implicit conversion from XMLType to the data type VARCHAR2 as expected by the function TO_CLOB, where the limitation, and the error.

    To serialize XMLType to CLOB, use the XMLSerialize function:

    SELECT XMLSerialize (DOCUMENT

    XMLELEMENT ("accounts",

    ...

    )

    )

    OF ANY_TABLE;

    For the rest of the requirement, I wish you good luck trying to spool the XML correctly.

    You may need to play around with the SET LONG and SET LONGCHUNKSIZE commands to operate.

  • Insert XML data from the Table-> back to null

    Dear Experts,

    -I have table xml as below:

    Example of CREATE TABLE (XML_spec XMLTYPE);

    Insert in the example
    Select ' < name of Message = "dataStaticInvestor" type = "IncomingMessage" >
    < name of field = "batchReference" > OPENINGBATCH000000 < / field > < List name = "data" >
    < = record name "data" >
    < name of field = "externalReference" > 01234567890aaaaaaa < / field >
    < name of field = "participantID" > OD001 < / field >
    < name of field = "participantName" > EQUITY SECURITIES INDONESIA, PT < / field >
    < / recording >
    < = record name "data" >
    < name of field = "externalReference" > 01234567890aaaaaaa < / field >
    < name of field = "participantID" > OD001 < / field >
    < name of field = "participantName" > EQUITY SECURITIES INDONESIA, PT < / field >
    < / recording >
    < = record name "data" >
    < name of field = "externalReference" > 01234567890aaaaaaa < / field >
    < name of field = "participantID" > OD001 < / field >
    < name of field = "participantName" > EQUITY SECURITIES INDONESIA, PT < / field >
    < / recording >
    < / list >
    < / message > ' double.

    Select * example;

    create table hasil1 (c1 varchar2 (500), c2 varchar2 (500), c3 varchar2 (500));

    -This step I create the procedure to insert xml data into the table as the batch.

    DECLARE
    x XmlType;
    BEGIN
    Select XML_SPEC in x for example;

    insert into hasil1
    SELECT
    p.Extract('/Record/Field/@externalReference').getstringval (C1),
    p.Extract('/Record/Field/@participantID').getstringval (C2),
    p.Extract('/Record/Field/@participantName').getstringval () as c3
    TABLE (XMLSequence (Extract(x,'Message/List/Record'))) p;
    commit;
    END;
    /

    -when the result of select hasil1, the output is back 3 rows and 3 columns, but all data is a null *.

    Best regards
    Sigcle

    You don't explain what output you need, but I guess something like this:

    SQL> insert into hasil1 (c1, c2, c3)
      2  select x.c1, x.c2, x.c3
      3  from example t
      4     , xmltable(
      5         'Message/List/Record'
      6         passing t.xml_spec
      7         columns c1 varchar2(500) path 'Field[@name="externalReference"]'
      8               , c2 varchar2(500) path 'Field[@name="participantID"]'
      9               , c3 varchar2(500) path 'Field[@name="participantName"]'
     10       ) x
     11  ;
    
    3 rows inserted
    
    SQL> select * from hasil1;
    
    C1                     C2        C3
    ---------------------- --------- --------------------------------
    01234567890aaaaaaa     OD001     EQUITY SECURITIES INDONESIA,PT
    01234567890aaaaaaa     OD001     EQUITY SECURITIES INDONESIA,PT
    01234567890aaaaaaa     OD001     EQUITY SECURITIES INDONESIA,PT
     
    
  • How to display XML data with the same form that generated?

    I am an inexperienced "developer", so bare with me please.  I just created an interactive form that my users will fill out and give me back.  I love the email button that let's them just click a button to send it - because it's so smooth.  However, all I get back is data XML that I don't know what to do with.  Is it possible that I can just open the form I send my users and have the XML data to automatically fill? Otherwise, suggestions?  I started a company - so it's just me without other resources (or fancy SQL DBs to pull this stuff, etc.).

    Hello

    You can configure a button on the form with the JavaScript next to the click event:

    xfa.host.importData ();

    This will open a window that will allow you to navigate to where you saved the returned XML file. Note that this button does not work in extended via Acrobat Forms.

    Depending on the version of Acrobat you are using (the menu changes slightly) you can go to the menu forms and select Manage form data / import data.

    Third option; You may also distribute the forms via Acrobat, which will put in place a response file, which will allow to import responses for you.

    Hope that helps,

    Niall

  • Is it possible to recreate a link to or to access data from the Delta after the original disk has been changed?

    I did something very stupid, but didn't know what I was doing until it was done. Now I need help.

    I had a server doesn't go down (Windows 2008), no backups. He had two logical drives on two separate VMDK. I decided to mount the drive on a new server and move all data from the old disk (VMDK) to the new computer virtual server. Once done, I realized that the data that I had moved across was 6 months old. Further investigation, I found a car delta for this drive. I reassembled the old VMDK on the old server and carried out a repair. This brought to the top of the old server, but I had moved all the data on the data disk to the new server and so the data on the drive of delta were more visible. My question of course, is "How can I get the data on the disc of delta, which is actually 6 months worth. Does anyone have a miracle solution?

    set the virtual disk cloned on a virtual machine to help. "

    Use an existing virtual machine, change the settings and add/get cloned like an extra virtual drive virtual drive. If I understand your initial post, you have initially with the disc of the parent base.

    André

  • How to import xml data from a site http with PL/SQL

    Hello

    I created a table with an XML field as follows:

    1 save the scheme "service."

    2. create table 'command.

    3 imported data in the table 'Command' of string data.

    Everything works perfectly fine, but I need insert the data directly from a URL like this

    http://API.mercadopublico.CL/Servicios/v1/Publico/ordenesdecompra.XML?Fecha=02022014 & ticket = F8537A18-6766-4def-9E59-426B4FEE2844

    attached I include codes

    Please can you help me with the solution.


    Thank you very much

    Hi Carlos,

    You can use HTTPURITYPE to access the resource by its url:

    insert into Ordenes values (
      1
    , httpuritype('http://api.mercadopublico.cl/servicios/v1/publico/ordenesdecompra.xml?fecha=02022014&ticket=F8537A18-6766-4DEF-9E59-426B4FEE2844').getxml()
    );
    

    If you're on 11g, you may also need to set an ACL for the request.

  • How to '&amp;' in the xml data sent to LiveCycle

    I create a xml in Flex object and send it to LiveCycle to fill a PDF file that the user can print or save.

    The problem is the user can enter a '&' in the context of their notes and a drop-down list boxes which has in it as well.

    Worst case I loop through the entry and change any 'and' is not '& amp;' to ' & amp; '  But I hope for a more elegant method.

    Any ideas?

    Here is an example you can try to use a regular expression with the method replace:

    private var s:String = 'All cela & more & more.';
             
             
    private function cleanString (): void {}
    var model: RegExp = / &/g;
    s = SS. Replace (pattern, '&');
    trace();
    }

    Looks like you want to clean your data strings of anything that could be used to hack into your database. Look in "sql injection attacks" on the web to find the characters that can be used to enter your database. Then clean your strings before sending it to the db. Regarding the backbone goes, you should always validate data there also before using it in SQL statements, just to be sure (there are tools that can be used to modify your own data Nice before sending it to the back-end).

    In addition, there a lot of web sites that can help you build complex regular Expressions to validate data in one shot.

    For example, here's one that I use on telephone numbers submitted by a user:

    model = / [-\-\.\s\D (\)] / g; includes brackets, dashes, periods, spaces, and nonnumeric characters. global flag is used.

    Str = str.replace (model, "")

    ); delete them all in a single pass by replacing with a string of length zero.

    The trainers standard can also be used to limit/control which users can/cannot enter, so be sure to look at those.

  • How to copy data from a pdf form to another?

    Hello

    I created a pdf file, it adds form data. Recorded data of the form as a file fdf - all good.

    I've updated the document saved as a new pdf and want to load the fdf inside data.

    So I select Tools - forms - more brush options and press the "import" function - it goes gray and nothing happens.

    If I re - open the document, import remains greyed out feature.

    I can't find any way to import these data... ideas?

    I tried to go in form editing mode - add a new field.  The import option is is more greyed out so I click on it and select the open hit fdf file... the dialog disappears and nothing happens.

    Is my Acrobat XI improperly installed 11.0.07 - or what?

    Actually - I think I sort of solved the problem.  I issued the pdf as a standard "PDF:X 4/2010" (instead of none)-compatibility as 'Acrobat 7 (PDF 1.6)' and even if the button import didn't always nothing except gray is present, I found that if I went to the old document, put highlight all fields, I managed to copy and paste into the new document.

    I did try copy and paste before, but probably the pdf must be created in one of the standards for import to work... sort of.

  • Import data from multiple page form

    I bought acrobat X Pro.

    I would like to import data into a php program in a

    Acrobat form and have a new page generated for each

    set of data. What is the best way to do it?

    Thanks JZ

    There are actually several ways to achieve this.

    How logical and simple IMHO is to define repetitive page of the document as a template and then climb a TOT who does not handle models (section 12.7.7.3.3 in the version of the reference PDF as part of the documentation for the SDK software Acrobat 10). Then you feed than FDF in Acrobat, and it should create a document according to.

    An alternative would be to use XFA (which is probably suggested by the propaganda of Adobe). This approach may work well enough.

    And (type of full), for larger volumes of these forms, you can watch applications side third-party server that would merge form data and basic server-side.

    I hope this can help.

    Max Wyss.

  • Transfer xml data from CF to flex w/o data services

    Here's what I want to do. I would like to have flex tell ColdFusion to process a request and return CF flex via an xml stream query information.

    Is this possible without flex data services? If so, then how?

    Sure. http://www.Adobe.com/go/cfmx702docs should have what you need.

  • Combining the data from iptc fields

    Hello group. Happy new year.

    I'm looking for a script that could perform a copy action of data the fields City, state/province and country and adding that data for the description field. I always want to keep the content in the description field. My agency request this be done in order to create a photo caption more complete for posting on the web.

    Hoping that the list can help! Thank you

    Don

    Happy new year gift, hope you have a good!

    Please try this...

    #target bridge
    if( BridgeTalk.appName == "bridge" ) {
    combineFields = MenuElement.create("command", "Details to Description", "at the end of Tools","cft2012");
    }
    combineFields.onSelect = function () {
    if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
    var sels = app.document.selections;
    for(var z in sels){
    var t = new Thumbnail(sels[z]);
    var md = t.synchronousMetadata
    var Desc = md.read("http://purl.org/dc/elements/1.1/",  "dc:description");
    var City = md.read("http://ns.adobe.com/photoshop/1.0/",  "City");
    var Country = md.read("http://ns.adobe.com/photoshop/1.0/",  "Country");
    var Region =  md.read("http://ns.adobe.com/photoshop/1.0/",  "State");
    var DescAll = Desc + "\r" +City + "\r" + Region +"\r" + Country;
    var myXmpFile = new XMPFile( t.spec.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_UPDATE);
    var myXmp = myXmpFile.getXMP();
    myXmp.deleteProperty(XMPConst.NS_DC, "description");
    myXmp.setLocalizedText( XMPConst.NS_DC, "description", null, "x-default", DescAll );
    if (myXmpFile.canPutXMP(myXmp)) {
            myXmpFile.putXMP(myXmp);
             myXmpFile.closeFile(XMPConst.CLOSE_UPDATE_SAFELY);
            }
        }
    }
    
  • Importing data from XML form in hidden form fields &amp; making it visible if the book value

    Hello:

    I export the data in the form submitted, and important in the 2nd-> 3-> etc... Forms, however, a lot of these areas, I want to be kept hidden, unless they have a value. When I import data from field of forms 1, it will be smooth, however if the fields are hidden, you must go through the selection of checkboxes to make it visible again or just do all visible all the time. I was wondering if there is a feature or coding that would go in the direction of: Once imported XML favorite on click on the button "Update fields", go through fields and if hidden fields now have a value do what subform/Sub-sous-form Visible.

    The reason is that if you do have an incident report form which can take 10 names of employees, but only 2 were involved in an incident, it would look very cluttering on the survey form, if there are 10 fields name employee, 10 fields, 10 fields of plane location, etc... But only 2 employees have been involved in a minor incident on the incident report form which does not imply anything else.

    Any suggestion or help would be greatly appreciated and thanks for gratefull to any answer.

    Nicely,

    Al

    Thank you for pointing me in the right direction... A little elbow grease, of coffee, patience, and did I mention the patience and the following works without fault

    Created at the mouse from the export button:

    xfa.host.exportData("",0)

    The button import of other form value:

    xfa.host.importData)

    See the sections "Check boxes" to see if this article is supposed to be visible and makes visible the value of import form form: Ready:

    if(Button_DelDep.RawValue == 1)

    {

    Del_Dep.presence = "visible";

    }

    if(Button_DelArr.RawValue == 1)

    {

    Del_Arr.presence = "visible";

    }

    if(Button_Div.RawValue == 1)

    {

    Div.Presence = "visible";

    }

    if(Button_MADiv.RawValue == 1)

    {

    MADiv.presence = "visible";

    }

    if(Button_DelDepXD.RawValue == 1)

    {

    Del_DepXD.presence = "visible";

    }

    if(Button_Other.RawValue == 1)

    {

    Other.Presence = "visible";

    }

  • extract the pdf form xml data

    Hello

    What are the conditions to be able to extract data from a pdf form? I thought, that it is necessary to have the XML schema data connection and that all fields in the form must be bound to this data connection.

    But today I found, that domains can use the right connection 'use name (FieldName)', it's something by default - and that explicit data connection is necessary for this purpose.

    What is the common approach to the design of forms, which must be extracted by LC processFormSubmission?

    Thank you.

    All the data that is retrieved from an XFA form designed will be in xml format. The question then becomes how to control the format of the data that results. By default, the xml structure will follow the hierarchy (it is the Fieldname binding or binding normal use). If you want the data to follow a particular structure (so that you can use it with other systems that have a specific format) so that's when you would use sample XML or a schema in the data connection. Then by nodes of connection in the connection data in the fields, the form knows how to create the desired structure. If the structure is unimportant, then just stick with normal links and that no data connection is necessary.

    Hope that helps

    Paul

Maybe you are looking for

  • Overview

    How can I make an extract the default to open the PDF files and jpeg?  My PDF files open in Adobe and I can't find anywhere in preferences to change the default to preview.

  • When I try to order a book of Photos, nothing happens. My account is up to date and I have version 1.3.

    I did a project in Photos and you want to order a book. Drunk, nothing happens - can´t "send order". My account is OK with the address and Visa data. I have version 1.3 Photo. I have an Imac with Os X 10.11.2

  • G1 350: installation SSD

    I must say that I am OUTRAGED! I just spent $ 700 on a computer laptop i7 G1 350. I try to install windows on a new mSATA SSD 8.1. After the installation, he said no. BOOT DRIVE, contact HP. When I did, they told me it would be $99 to help me! I dele

  • Skype won't start

    only will launch Skype after turn repeated, walking, computer. When it does not start I hear a "bong".

  • Unable to connect to the wireless router. No ip address

    Recently, I plugged a Linksys E2000 router to connect two computers for internet access. Computer has access. 2nd computer cannot obtain an ip address. using windows xp sp 3. Technical support was no help.