Need help in generating XML data to a table in XML format

Hi all

I need help to generate an xml file using the data below.

The table name is T_Data have 4 columns as shown below with data.

Neighbourhood region Division
---------- ----------------------- ----------- -----------
Northwest Northern California San Jose SJStore1
Northwest Northern California San Jose SJStore2
Northwest North of California to the North of THE LAStore1
Northwest North of California to the North of THE LAStore2
Northwest North of California to the North of THE LAStore3

I want to generate an XML file using SQL/XML functions and the XML file should look like as below.

<>region
< name of region > Northwest < / name of the region >
< Division >
Northern California < division name > < / Division name >
District of <>
SanJose < district name > < / District name >
<>store
< store name > SJStore1 < / name >
< store name > SJStore2 < / name >
< / store >
< / district >
< / division >
< / region >

Very much appreciate your help here.

Thank you.

I tried to group the lines, but they did not then provide a correct output.

To unflatten dataset, we can use nested GROUP-BY subqueries.

The following will produce a line by region.
If all regions must be grouped in a single root element (does not so appear according to the directives of the sample), we just add an another XMLAgg.

SQL> with sample_data as
  2  (
  3    select 'Northwest' reg, 'Northern California' div, 'San Jose' district, 'SJStore1' st from dual union all
  4    select 'Northwest' reg, 'Northern California' div, 'San Jose' district, 'SJStore2' st from dual union all
  5    select 'Northwest' reg, 'Northern California' div, 'North LA' district, 'LAStore1' st from dual union all
  6    select 'Northwest' reg, 'Northern California' div, 'North LA' district, 'LAStore2' st from dual union all
  7    select 'Northwest' reg, 'Northern California' div, 'North LA' district, 'LAStore3' st from dual
  8  )
  9  select reg
 10       , xmlserialize(document
 11           xmlelement("Region"
 12           , xmlelement("RegionName", reg)
 13           , xmlagg( division_xml )
 14           )
 15           indent -- for display purpose
 16         ) as region_xml
 17  from (
 18      select reg
 19           , xmlelement("Division"
 20             , xmlelement("DivisionName", div)
 21             , xmlagg( district_xml )
 22             ) as division_xml
 23      from (
 24          select reg
 25               , div
 26               , xmlelement("District"
 27                 , xmlelement("DistrictName", district)
 28                 , xmlelement("Store"
 29                   , xmlagg(
 30                       xmlelement("StoreName", st)
 31                     )
 32                   )
 33                 ) as district_xml
 34          from sample_data
 35          group by reg
 36                 , div
 37                 , district
 38      )
 39      group by reg, div
 40  )
 41  group by reg ;

REG       REGION_XML
--------- --------------------------------------------------------------------------------
Northwest 
            Northwest
            
              Northern California
              
                North LA
                
                  LAStore1
                  LAStore3
                  LAStore2
                
              
              
                San Jose
                
                  SJStore1
                  SJStore2
                
              
            
          
 

Tags: Database

Similar Questions

  • * Need help with importing partial data of RDBMS table NHI repository *.

    Hello

    I need help to import the partial table RDBMS data, I tried the content in the logical source but still show me all the data available in the database.

    The table contains the partitioned data for which I want to only import single partion according to the partion of function value.

    IE contry = 'Fr '.

    Thanks in advance.

    See you soon,.
    Rajeev

    One possibility is to do the filtering on the physical level itself. You could use a physical table of type 'Select' and filter the data.

    Thank you!

  • Need help with an expiration date

    I have as of today on my spreadsheet, need help to make a column of expiry date which will go to the Red 20 days before expiry. Not to find the formula, please help? Thank you.

    Hi Emtsrus,

    Conditional highlighting in column A. Select the cells and then click Conditional highlighting

    Add rule > Dates > in the next

    Another reminder, formula in B2 (and fill down)

    = DATEDIFF (TODAY (), A2, "D")

    Kind regards

    Ian.

  • Need help for query flat_file type clobdata oracle table data.

    Hi Sir,

    I need help to query oracle table flat file data having given clob type.
    Oracle Version:
    
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    "CORE     10.2.0.1.0     Production"
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    
    
    
    Source table
    
      CREATE TABLE order_details 
       (     QUEUE_SEQNUM NUMBER(10,0) NOT NULL ENABLE, 
         LINE_SEQNUM NUMBER(10,0) NOT NULL ENABLE, 
         CHAR_DATA CLOB, 
         OPTIMISTIC_LOCK_KEY NUMBER(20,0)
       ) 
    COLUMN FOR CHAR_DATA FLAT_FILE
    EU,6067AT,AT10,000000402004,NexiumGERDManagementProject,Z435,,ZZ29,NIS-GOLD,AT
    EU,6067AT,AT10,000000402038,NIS-OEU-ARI-2007/1,Z450,,ZZ29,NIS-OEU-ARI-2007/1,AT
    EU,6067AT,AT10,000000402039,SymbicortNISinCOPD,Z450,,ZZ29,NIS-REU-DUM-2007/1,AT
    EU,6067AT,AT10,000000402040,D1443L00044SeroquelXRRuby,Z450,,ZZ29,D1443L00044,AT
    EU,6067AT,AT10,000000402041,NIS-GEU-DUM-2008/1,Z450,,ZZ29,NIS-GEU-DUM-2008/1,AT
    EU,6067AT,AT10,000000402042,SonstigeAktivitätenLCM,Z450,,ZZ29,.,AT
    EU,6067AT,AT10,000000402134,D1680L00002Saxagliptin,Z450,,ZZ29,D1680L00002,AT
    EU,6067AT,AT10,000000402199,SeroquelWaveNIS,Z450,,ZZ29,NIS-NEU-DUM-2009/1,AT
    EU,6067AT,AT10,000000402313,SeroquelExtra(D1443L00082),Z450,,ZZ29,D1443L00082,AT
    EU,6067AT,AT10,000000402517,AtlanticD5130L00006(AZD6140),Z450,,ZZ29,D5130L00006,AT
    EU,6067AT,AT10,000000554494,ArimidexSt.Gallen(13+2),Z142,,ZZ09,,AT
    EU,6067AT,AT10,000000554495,ArimidexASCO(5delegates),Z142,,ZZ09,,AT
    EU,6067AT,AT10,000000554496,ArimidexSanAntonio6delegates,Z142,,ZZ09,,AT
    EU,6067AT,AT10,000000554497,ArimidexBreastCancerSummit(13+2),Z130,,ZZ09,,AT
    EU,6067AT,AT10,000000554498,ArimidexEIH(15delegates),Z130,,ZZ09,,AT
    EU,6067AT,AT10,000000554499,ArimidexNIFA(200delegates),Z135,,ZZ09,,AT
    EU,6067AT,AT10,000000554500,ArimidexNIFAworkshops(8x25),Z135,,ZZ09,,AT
    EU,6067AT,AT10,000000554501,ArimidexPraktischeGyn.Fortbildung,Z147,,ZZ09,,AT
    EU,6067AT,AT10,000000554502,ArimidexAGO,Z147,,ZZ09,,AT
    EU,6067AT,AT10,000000554503,ArimidexHämato/OnkologieKongress,Z147,,ZZ09,,AT
    EU,6067AT,AT10,000000554504,ARIMIDEXGYNäKOLOGENKONGRESS,Z147,,ZZ09,,AT
    EU,6067AT,AT10,000000554505,ArimidexChirurgenkongress,Z147,,ZZ09,,AT
    EXPECTED RESULTS:
    AFFIRM_CODE COMPANY_CODE INTERNAL_ORDER_CODE INTERNAL_ORDER_DESC ENIGMA_ACTIVITY             SUB_ACTIVITY_CODE IN_AFF_IND ORDER_TYPE EXTERNAL_ORDER COUNTRY        
    EU          6067AT       AT10                 000000402004       NEXIUMGERDMANAGEMENTPROJECT     Z435           NULL        ZZ29       NIS-GOLD        AT             
    EU          6068AT       AT11                 000000402005       NEXIUMGERDMANAGEMENTPROJECT     Z435           NULL        ZZ29       NIS-GOLD        AT             

    Sorry, my bad. Without database at hand, I'll try 'baby steps' (borrowed from Frank) so you don't confuse it with errors that I might add (happens far too often already, but at least you won't "swallow" as forum members think is one of the main goals of this fighter - help her learn - providing not only the proverbial fish.)
    Search the Forum - your problem is one of its best sellers. Watching {message identifier: = 10694602} ("split string into" was the key word used in research) you can try something as

    select table_row,
           level clob_row,
           regexp_substr(char_data,'[^' || chr(13) || chr(10) || ']+',1,level) the_line
      from (select to_char(queue_seqnum)||':'||to_char(line_seqnum) table_row,
                   char_data
              from order_details
           )
     connect by regexp_substr(char_data,'[^' || chr(13) || chr(10) || ']+',1,level) is not null
            and prior char_data = char_data
            and prior table_row = table_row
            and prior sys_guid() is not null
    

    to get all the s the_lineall CLOB and after that the use of the example even to get your columns of each the_line.

    Concerning

    Etbin

    Edited by: Etbin on 3.2.2013 09:01

    .. .but I m connected to do things according to the instructions, I can't do something.

    Used to happen to me too and I did as told to the but only after explaining any disadvantages, I was aware of in time. The last sentence is usually: "O.K. now be just and Don't come back with that kind of thing when it turns out that this isn't the right thing."
    rp0428 post - something to remember.

  • Need help to create a scrollbar in HTML table

    Hello dreamweavers!

    I need help here please...

    I need to create a table with three columns... or a webpage... that has the ability to scroll when things are added.


    This is a music site and page Web will be a list - a database of all sorts - of each title artist and album. If there are say, 200 titles in the catalog, then I need to list them all on one page and in 3 columns towards the bottom of the page. What I did using a table in HTML in Dreamweaver. The problem is each title on the table is static and when adding in a new title in the catalog, ALL securities will have to be moved manually. So, I need to create a table where when I add another title (they will be alphabetical) say to am' for example, then all of the other titles will be automatically moves along a (somewhat as in a Word document by adding a new line). Everything else is automatically shifted. I don't know if this is still possible in Dreamweaver?

    I hope that I have explained this correctly. It's quite a strange problem, and as such, I have been unable to find anything on this forum or google search.
    If anyone can help that would be most excellent! I'd be happy.

    Questions - if you need further information please ask

    I use Dreamweaver CS5.5 Version 11.5 Build 5315

    I have a Macbook Pro with Snow Leopard if that's at all relevant.

    My site is on Wordpress with the theme, Suffusion. I can link to it, if someone needs.

    Here is a picture of the table, as I did, to give an idea what it looks like:

    columns.jpg

    Thank you!

    P.I.G > /.

    big dreamers never sleep

    Mylenium was right. You must use a database for this server-side.

    Maintenance of static tables with this amount of data is going to be a logistical nightmare - not even worth considering.   Get an indexing plugin for WordPress.

    Nancy O.

  • need help to correct the records in a table

    Hi all

    I loaded a content file in a single table with a single column, the file is to have the data as below
    Record 1.  ABC|AVC1|1234|
                   xyz|abc
    Record 2.  ABC1|AVC1|12334|
                   xyz
                   |ABC
    Record 3. ABC1|AVC1|12334|xyz|ABC
    I need to correct the data in the table above, the 3 reviews. is the correct format I need record1 and record2 look like.

    Note Record1... 3. the text above, I've added. (it's just a real example table a 5million rec)

    Can any of you help me correct this file using plsql query or sql by creating another table which has corrected data

    Logical I think is

    All records must have 4 delimiter if less then wear the next record in the line to the previous line for example

    Record 1. ABC | AVC1 | 1234 | XYZ | ABC

    Even if there is no delimiter on line then also make the next record in the line to the previous line for example

    Record 2. ABC1. AVC1 | 12334 | XYZ
    | ABC


    Like wise cleaning the table and placing it in a new table, to export.

    Oracle version I have is 10g


    Kind regards
    AAK

    This is because you have not changed the subquery factoring section (aka the WITH clause) properly (I suggest that you are looking for this - it's a very useful piece of syntax to have under your belt). You must change as follows:

    with res as (select rn,
                        txt,
                        ceil(sum(length(txt) - length(replace(txt, '|'))) over (order by rn)/4) grp
                 from   t), -- assuming that your table is called t.
       final as (select replace(sys_connect_by_path(txt, '$'), '$') full_txt,
                        level
                 from   res
                 WHERE CONNECT_BY_ISLEAF = 1
                 connect by grp = prior grp
                 and        rn = prior rn + 1)
    select case when length(full_txt) - length(replace(full_txt, '|')) = 4 then full_txt end full_txt
    from   final
    where  case when length(full_txt) - length(replace(full_txt, '|')) = 4 then full_txt end is not null;
    

    ETA: where 4 appears in my query, you will need to change the number of pipes in your line.
    ETA2: and I suspect that you need to change the 5 in the BluShadow query to 1 + the number of pipes in your line.

    Published by: Boneist on March 23, 2010 17:08

  • Get the data in the table in the format of number

    Ive got this table with numbers in it, that I want to use for some simple calculations, but I get the message that the data in the table is not a number:

    The whole is in a loop for, with teller1 as in ascending order.

    code:

    var xco:Array = [180,233,271,292,292,270,231,179,124,74,34,11,9,30,70,121];
    var yco:Array = [11,33,73,124,181,232,270,290,291,271,234,183,125,72,33,11];

    for (var teller1 = 1; teller1 < 33; teller1 ++) {}
    var ringsegment_mc:Ring_1 = new Ring_1();
    ringsegment_mc.x = XCO [teller1] + kernplaats;
    ringsegment_mc.y = yco [teller1] + kernplaats;
    ringsegment_mc.addEventListener (Event.ENTER_FRAME, vernietig);
    addChild (ringsegment_mc);
    {Switch (teller1)}
    box 16:
    kernplaats = Math.Random () * 600 + 300;
    kernplaats = Number (400);
    trace (yco [teller1]);
    trace (yco [teller1] + kernplaats);
    }
    }

    If the trace functions are:

    undefined

    NaN

    so I tried to use this:

    trace (yco [3]);
    trace (yco [3] + kernplaats);

    who gave this:

    124

    524

    If something goes wrong in trying to read the table, but what? and how can it be solved.

    I don't know what you're after, but if you want to use the same loop twice, then put it inside another loop... (Note that arrays start at index 0, not 1)

    for (var i = 0; i)<2;>

    for (var teller1 = 0; teller1<16; teller1++)="">
    var ringsegment_mc:Ring_1 = new Ring_1();
    ringsegment_mc.x = XCO [teller1] + kernplaats;
    ringsegment_mc.y = yco [teller1] + kernplaats;
    ringsegment_mc.addEventListener (Event.ENTER_FRAME, vernietig);
    addChild (ringsegment_mc);
    {Switch (teller1)}
    box 16:
    kernplaats = Math.Random () * 600 + 300;
    kernplaats = Number (400);
    trace (yco [teller1]);
    trace (yco [teller1] + kernplaats);
    }
    }

    }

  • Need help to request XML data

    Hello

    I use HTTPService to do a POST call and sends the data

    < mx:request xmlns = "" >
    < level1 > {stringVariable} < / level1 >
    < level1of2 > < level2of2 > content < / level2of2 > < / level1of2 >
    < / mx:request >

    Returning the server data are correct to 'level 1' both "stringVariable" is public.
    However, for the next case, which is more than a deep level, "level1of2" Gets the value of:

    level1of2 = "[object Object']"

    I don't understand why it does not work. Most of the example that I always followed have given application which is two levels deep. For example:

    < user >
    < name > {inputName.text} < / name >
    < / user >

    But, instead of getting the user = > name = > < Namehere > I get user = [object Object]...

    Can someone explain what is happening here?

    Thank you

    The fix was to have both of these properties defined in the class:

    contentType = "application/xml".
    resultFormat = "e4x".

  • Need help with a xml Photo Gallery

    First of all, Hello to everyone. My name is Tudor, I'm from Romania and I have a flash project that involves the XML construction by scrolling photo gallery. Sorry if my English will slip in some sentences. Well, the question for which I have to get an answer is: I have already built the Gallery, everything works fine... but... when I want to make some changes when loading images... Well, here's the problem. I print the code and briefly explain and ask at the end...

    import com.greensock.TweenLite;

    import com.greensock.TweenMax;

    Import fl.transitions.Tween;

    Fl.transitions.easing import. *;

    Fl.transitions import. *;

    Import fl.containers.UILoader;

    var MASK_WIDTH:Number = myMask_mc.width;

    var menuHolder:MovieClip = new MovieClip();

    menuHolder.x = myMask_mc.x;

    menuHolder.y = myMask_mc.y;

    addChild (menuHolder);

    var mouseIsOver:Boolean = false;

    var oldX:Number = menuHolder.x;

    menuHolder.mask = myMask_mc;

    to import flash.filters.ColorMatrixFilter;

    Import fl.motion.AdjustColor;

    var color: AdjustColor;

    colorMatrix var: ColorMatrixFilter.

    var matrix: Array;

    var filterBW: Array;

    color = new AdjustColor();

    Color.Brightness = 20;

    Color.Contrast = 20;

    Color.Hue = 0;

    Color.saturation = - 100;

    matrix = color. CalculateFinalFlatArray();

    colorMatrix = new ColorMatrixFilter (matrix);

    filterBW = [colorMatrix];

    HERE I read and parse the XML

    var xmlLoader:URLLoader = new URLLoader();

    var xmlData:XML = new XML();

    xmlLoader.addEventListener (Event.COMPLETE, LoadXML);

    xmlLoader.load (new URLRequest ("C:/Documents and Settings/Sm/Desktop/feteModel.xml"));

    function LoadXML(e:Event):void

    {

    xmlData = new XML (e.target.data);

    ParsePictures (xmlData);

    }

    function ParsePictures(input:XML):void

    {

    var mainPictures:Array = new Array();

    var firstPictures:Array = new Array();

    var secondPictures:Array = new Array();

    var thirdPictures:Array = new Array();

    var forthPictures:Array = new Array();

    var dimensiuniArray:Array = new Array();

    var heightArray:Array = new Array();

    var eyeColorArray:Array = new Array();

    var hairColorArray:Array = new Array();

    var numeArray:Array = new Array();

    var mainPicturesList:XMLList = input.fata.pozaPrincipala;

    var firstPicturesList:XMLList = input.fata.poza1;

    var secondPicturesList:XMLList = input.fata.poza2;

    var thirdPicturesList:XMLList = input.fata.poza3;

    var forthPicturesList:XMLList = input.fata.poza4;

    var dimensiuniList:XMLList = input.fata.dimensiuni;

    var heightList:XMLList = input.fata.inaltime;

    var eyeColorList:XMLList = input.fata.culoare_ochi;

    var hairColorList:XMLList = input.fata.culoare_par;

    var numeList:XMLList = input.fata.nume;

    for each (var element1:XML in mainPicturesList)

    {

    mainPictures.push (item1);

    }

    for each (var element2:XML in numeList)

    {

    numeArray.push (item2);

    }

    HERE I UPLOAD THE PHOTOS... I must say that menuItem is a mc - implemented as a class, which has essentially within a textfield and a UILoader a preloader - also movieclip. Also, I need the images to be black and white when they are displayed, and when the mouse is on color

    for (var i = 0; i < mainPictures.length; i ++)

    {

    var menuItem:MenuItem;

    menuItem = new MenuItem();

    menuItem.y = 200;

    menuItem.x = (i * (menuItem.width + 1)) + 150;

    menuItem.itemLoader.filters = filterBW;

    menuItem.itemText.text = numeArray [i];

    menuItem.itemLoader.source = mainPictures [i];

    menuItem.itemLoader.maintainAspectRatio = false;

    menuItem.itemLoader.addEventListener (Event.COMPLETE, completeHandler);

    //menuItem.itemLoader.addEventListener (Event.COMPLETE, uiLoaded, false, 0, true);

    //menuItem.itemLoader.addEventListener (ProgressEvent.PROGRESS, progressHandler);

    / / menuItem.itemLoader.load ();

    //menuItem.preloader_mc.visible = true;

    int completeHandler(event:Event)

    {

    / / trace (menuItem.itemText.text);

    }

    menuItem.mouseChildren = false;

    menuItem.buttonMode = true;

    menuItem.addEventListener (MouseEvent.MOUSE_OVER, mouseOverItem);

    menuItem.addEventListener (MouseEvent.MOUSE_OUT, mouseOutItem);

    Add the menuItem to the menuHolder

    menuHolder.addChild (menuItem);

    }

    menuHolder.addEventListener (MouseEvent.MOUSE_OVER, mouseOverMenu);

    menuHolder.addEventListener (MouseEvent.MOUSE_OUT, mouseOutMenu);

    function mouseOverMenu(e:Event):void

    {

    mouseIsOver = true;

    //Calculate the vertical distance of extent to which the mouse is

    //the topleft of the mask.

    var distance: Number = mouseX - myMask_mc.x;

    //Calculate the distance in percentages

    var percent: number = distance / MASK_WIDTH;

    //Save y holder old coordinate

    oldX = menuHolder.x;

    var targetX:Number =-((menuHolder.width-MASK_WIDTH + 150) * percentage) + myMask_mc.x;

    //Tween the menuHolder at the coordinate of the target

    TweenMax.to (menuHolder, 5, {x: Math.round (targetX)});

    }

    This function is called when the mouse is on the menu

    function mouseOutMenu(e:Event):void

    {

    mouseIsOver = false;

    }

    var tw1:Tween;

    var tw2:Tween;

    function mouseOverItem(e:Event):void

    {

    var point: MenuItem = e.target as MenuItem;

    menuHolder.addChild (item);

    item.itemLoader.filters = [];

    / / trace (item.itemText.text);

    tw1 = new Tween (element, "scaleX", Strong.easeInOut, 1, 1.25,0.25,true);

    tw2 = new Tween (order of the day, "scaleY", Strong.easeInOut, 1, 1.25,0.25,true);

    }

    This function is called when the mouse moves out of the element

    function mouseOutItem(e:Event):void

    {

    var point: MenuItem = e.target as MenuItem;

    item.itemLoader.filters = filterBW;

    tw1 = new Tween (object, "scaleX", Strong.easeInOut, 1.25, 1,0.25, true);

    tw2 = new Tween (point, "scaleY", Strong.easeInOut, 1.25, 1,0.25, true);

    }

    }

    ////

    Now I want each image to scale when loading fully... I thought that simply put it on the completeHandler function, but here's the problem: it measures only the last photo... for example. If there is 5, he played only the 5th... I tried to find the name of the image within the completeHandler and also, I had 4 identical names - the name of the last picture... my question is: why the completeHandler triggers only for the last item?   Anyone have any idea why this is happening? Plus, how can I solve this problem? Please... I'm burning my brain here for half a day here...  THANKS in advance!

    Best REGARDS, Tudor

    You are welcome.  It will work, but if you have any problems, simply start another view showing the code (not all what you have done for this) and someone will probably try to help.

  • Some need help... export data of virtual machines

    Hay there!

    I am trying to export CSV data from my VC and I'm stuck at halfway.

    What I need is a CSV file with these headings: 'VM_Name', 'VM_Datastore', 'VM_NIC0_MAC', 'VM_NIC1_MAC '.

    All virtual machines are in the same cluster and whose name contains the pattern "* \(*\)". (all virtual machines with a vCD name extension).

    So far I managed to not get the names in the output, and I'm having a difficult time for the rest of the information on.

    That's what I did:

    Get-Cluster 'QA ' | Get - vm | Select-String - Pattern "\(*\)" | Select-Object line | Export-Csv C:\Export.csv

    As you can see, this is far from even coming close to what I need, so any help would be appreciated...

    Get-Cluster 'QA ' | Get - vm | Select-String - Pattern "\(*\)" | Select-Object line | Export-Csv C:\Export.csv

    You can use a clause Where the filter on the virtual machines that you want, and then a Select to retrieve the required properties.

    Try like this

    Get-Cluster "QA" | Get-VM | Where {$_.Name -match "\(*\)"} |Select Name,  @{N="Datastore";E={(Get-View $_.DatastoreIdList | %{$_.Name}) -Join ','}},  @{N="MAC0";E={$_.NetworkAdapters[0].MacAddress}},  @{N="MAC1";E={$_.NetworkAdapters[1].MacAddress}}
    
  • Need help for the structured data to SEO/Google webmaster section...

    I finished my Adobe Muse (www.redoaklegalpc.com) site and he has published on (online marketing) Business Catalyst and added the site on Google for webmasters... I downloaded my my sitemap.xml and had indexed pages. I've added the appropriate tags (H1, H2, H3, etc.), metadata, robot.txt and image assets. I edited the properties of page on all pages... but for some reason any Google still cannot read my pages. I use police Mako, which is listed as a 'web-safe' police When I shoot to the top of my site in the section of structured data, it contains no text and appears as images that are missing. (see image below) The text on the muse has no small image box in the corner, so it seems that I am using the html text and exporting is not the text as an image... So now I'm stuck. How can I do to make my text appears in Google so I can use the data marker to help Google to create site links, etc. ?

    google webmaster image not working.jpg

    Here's a similar thread which should clarify your doubts about Google Sitelinks - http://forums.adobe.com/message/5409377.

    Thank you

    Vinayak

  • Need help to process form data

    Hello
    We have a definition of IT say SSH resource type. We have number of IT resources-abc, xyz the same type SSH.
    When the user is provisioned to this resource, then in the profile of resources, we can see name of resource such as SSH. In the form of SSH process, we can see the resource name - abc, xyz
    Now the requirement is I need this resource all SSH process COMPUTER name. I wrote a java code that sends an email to the owner of the application when this SSH resource is revoked. But I need to show TI resource name - abc, xyz in e-mail to the owners of applications.

    Can someone help get the shape of process data?

    Thank you
    Kalpana.

    Enter the task of the adapter instance to process directly key instead of fix in the code. You will get this in the treatment of the data-> instance to process key

    -nayan

  • Need help to create "no data available" message with multiple data models

    I tried several ways to have a "no documents found" generic message based on certain criteria however it doesn't seem to work. I have two models of data, each only show the information if something is created, deleted, etc. in a certain number of days. If nothing happens for these days, I don't want to report table to display, only a message saying something like "no record".

    I tried the following different types:
    <?if:count(ROW/opened_last_7_days) = 0?>There weren’t any projects created within the past week.<?end if?>
    <?if:count(ROW/opened_last_7_days) > 0?> (report table) <?end if?>
    <?if:count(DATA/opened_last_7_days) = 0?>There weren’t any projects created within the past week.<?end if?>
    <?if:count(DATA/opened_last_7_days) > 0?> (report table) <?end if?>
    The names of the two data models are:
    opened_last_7_days
    closed_last_7_days

    I be recover anything on the page or both records not found and the table appear.

    Sql queries work fine, I get all the answer I need.

    Any help would be appreciated. Thank you.

    Take a look at this: http://winrichman.blogspot.com/2009/05/no-data-found.html

    Thank you!

  • Grandma needs help problem "sysdata.xml.

    I bought a computer about 18 months ago that started unexpectedly quit after 12 months. No error message. I went back to the provider that did not cause after replacing the power supply and move the surge protection. He replaces computer and transfer data via Acronis. Stops kept happening, but now I get the message that Microsoft has deceted a problem and restarts the computer. When I look into the details, I see whenever there is the same message but with different sysdata.xml figures for example WER-96377-0. I sent this to the supplier who ignores me currently. I ran a scan of Malware and a sweep of CCleaner. I tried to find the file, but it is not visible. I googled the file details and see that this is one problem with others. I have no hope of understanding or to fix this problem myself. What I want to know is it something I should continue with the technician who sold me this nightmare? Why this is happening? Is it her fault or mine? I'm really lost here, oh and frustrated too, I could really do with some advice on how to proceed.

    Thanks in advance.

    You are welcome.

    Quite often blue screen errors are caused by a faulty driver. The pilot could be a hardware or software driver.

    Blue screen sometimes errors are caused by defective hardware.

    By looking at the files minidump would give an indication of what (s) or material may have caused the accident.

    If the person tries to solve the problem has a background in troubleshooting blue screen error then there is a good chance that he or she can decide the issue.

    If the problem is software it might follow you for Windows 10 so it's best to try so to resolve this matter before the upgrade.

    Obviously if the problem is hardware problem would be independent of the operating system.

    If you have a new computer the problem would follow you if the problem was software and that you have installed the same software on the new computer.

  • Need help while mapping of data to another host store.

    Dear team,

    I have a single cluster and two hosts esx is a member of the same thing. now ESX1 SAN1 lun that is only visible to host ESX1, now we have mapped LUN SAN1 at ESX2, it is visible to add windows storage

    CR.JPG

    Now when I go to add the same I m getting this screen...

    CR.JPG

    What option I will choose to add a data without lossing store existing data.

    Please help me, it's urgent...?

    Concerning

    Mr. VMware...

    From orders, it seems that your colleague has checked if the LUNS were visible as of the snapshot LUNS and then mounted their strength to the host (see, for example, http://kb.vmware.com/kb/1011387) Once mounted he checked if data warehouses are available (write access) simply by creating and deleting the file.

    In any case, if the ID LUN LUN in the same environment of vCenter Server do not match you may run into questions at a later time. Then please ensure the LUN ID match!

    André

    PS: It is equivalent to the "vdf" Linux command 'df' command, but has a few additions about the scores of VMware.

Maybe you are looking for