Extract the matched data in CSV or XLS

Hi all

I have a file that I can download as a CSV or XLS file. I want to take the file that contains the customer data (name, company, address, city, State, country, e-mail, telephone, etc.) and separate customers who are in the United States and those who are not in the United States. I was able to import the entire XLS in labview as a 2D array, but I do not know how to separate American and Non-American customers and return the results to an excel template.

Attached is an Excel with the test data. The excel file will always vary in size, but the columns will always be the same.

Thank you all!

You need not use the search table (although this would be a way faster and smart thing to do).  The simple way to do this is:

Tags: NI Software

Similar Questions

  • Extract the expiration date of secured area to use for webapps

    Hi all

    Is it possible to extract the date of expiry of safe zone and use it to set the expiration date for webapps? I see that the expiry date of the zones can be retrieved through the e-mail section and not other places. Globals.User is out of expiry date.

    All I need is the number of days so that I can automatically update in the Webapp Set to expire in ___ days.

    The webapps unless automatically deletes itself when users are initiated out of secure areas?

    Try {{subscriptions.items [0] .expiryDate}}-items contains an array, you must specify which item you want to target.

    You must also consider the items array can contain several elements (if the currently logged-in user is subscribed to several secure areas).

    Hope this helps,

    Mihai

  • How to extract the party date XML dateTime data type

    Hi all

    I have a problem with the extraction of the date part of the dateTime data type. I am getting my output * 2012-09 - 28 T 21: 49:45 * in this format. I need to extract the date part which is

    * 2012-09-28 * excluding the time. Kindly help me out by doing this. I'm new to the world of xml. Sorry if this question seems to be too stupid, but I'm quite help less.

    Thank you

    What error do you get?

    These two work for me:

    let $myDateTime := xs:dateTime("2012-09-28T21:49:45")
    return {$myDateTime cast as xs:date}
    
    let $myDateTime := xs:dateTime("2012-09-28T21:49:45")
    return {xs:date($myDateTime)}
    
  • Scripts to export the form data to CSV format

    Is it possible to create a script to point to any PDF file containing the form fields and then export this data to a specified folder?

    Not exactly.

    You can write your write your own function to collect data and create a CSV file with it, but save this file in a specific folder must be performed by the user.

  • Need help to extract the Exif data

    I can't wrap my brain on how to get an individual item in a generated table. Here's what I'm trying to do: I have a script that will read all the information of an image file's exif header. It traverses the list and display each element exif very well. If I keep stuck trying to extract specific items such as copyright, artist, and description. I took the script out of the php.net site and I understand well enough how it works completely.

    Can someone break it down by the measures taken by the script? I think that if I understood it better that I could figure out how to get what I need. For example, should I loop through the $exif table before I can point to the specific exif info I want? I also don't understand the exif_read_data() function parameters (I read what php.net, but it is clear to me).

    Thanks in advance for any help.
    Mike D

    I finally got. The code in the previous post works as what. I had the wrong variable in the "alt" tags It should have been $image_description. Problem solved.

  • Extracting the data from relational tables in 11.1.2.1

    I want to extract the following data sets from relational tables
    1 attribute and his partner basic member
    2 Smartlist value of an account

    Have a code to extract such data? It will be useful in pointing to the correct table names.

    Thank you

    You will find the table schemas in the [documentation for EPMA | http://www.oracle.com/technetwork/middleware/bi-foundation/epm-data-models-11121-354684.zip]. If this does not work, there are other options to export hierarchies in text files. You can use the lifecycle management or the [EPMA line Generator | http://docs.oracle.com/cd/E17236_01/epm.1112/epma_file_gen_user/launch.html].

    Kyle Goodfriend
    http://www.in2hyperion.com

    Please make sure that you assign your post as answered when an appropriate response is provided (or useful when it takes place) as well as other benefits.

  • Extract the data from an attachment in Adobe Reader 8

    Hello

    We have an obligation to read adobe pdf attachment data. We create the PDF file in Adobe Live Cycle Designer ES. The discussion I understand that we can get the name and the size of the attachment using the dataobjects. But I need the contents of the attachment. I would like to know if there is any code to extract the attachment data.

    Thanks in advance.

    You can read the contents of a file attached by using the doc.getDataObjectContents method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.475.html

    You'll just have to analyze content correctly using JavaScript.

  • Would like to know how to change the image data

    This question is closely related to that of the thread ' Cos level API to extract the image data .

    A proprietary program on which I have no control generates images like this:

    http://Patriot.NET/~Ramon/Misc/drawing-editing.PNG

    I found the location of CosObj where the pictures are stored:

    http://Patriot.NET/~Ramon/Misc/8-streams.PNG

    That's all I have so far.

    TIA,

    -Ramon

    Those who are called content streams (see standard ISO 32000-1: 2008, 8.1)

    You can use the PDEdit APIs in the Acrobat SDK kit for plugins to manipulate

    These.

  • Test and validate the Exif data

    Very well. A case of beer for the first person to get it (to come to Johannesburg for do it well!)

    I must write an application that allows to extract the EXIF data for photos uploaded on the server and stores it in a database.  So I try the following:

    < cfimage action = "read" source = "" #file.serverfile # "name ="image"/ >"
    < cfset exif = ImageGetEXIFMetaData (image) >
    < cfdump var = "#exif #" >
    < cfquery name = "blah" datasource = "#dsn" >
    Insert pictures (focal_length) values (#focallength #) where blah blah fishpaste.
    < / cfquery >

    Problem solved, right? Fake!  The dump file is for me a bunch of variables such as 'Exposure time' and 'Value Max of openness'.  (Note the spaces).    I need to isolate this 'exposure time' and the variables 'Max aperture value '.

    < cfset focallength = ImageGetExifTag (image, "Focal length") / >
    < cfoutput > #focallength # < / cfoutput >

    Whoo Hoo!


    But now, what happens if a malicious fool downloads a file WITHOUT exif data? OOPS!  This is where I'm stuck - how to test for the variable?  How to test if this variable exists?  Easy, just do it without spaces.  How do WITH that space between 'focal' and 'length '?  I have 'isdefined' my way to hell for breakfast without any luck!

    PS: an end, I am tired, and has already had three beers!

    Spank you in advance. Now get out and conquer!

    Good reading the documentation for structKeyExists():

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/functions_s_27.html#137977

    Has one advantage structKeyExists() over isDefined() is that she is not paralyzed by the function isDefined() off the idea of the date which is a variable name valid CF.

    This can be done:

    structKeyExists (myStruct, "any string you like here")

    --

    Adam

    PS: I'm not Castle, but Windhoek is OK.  I know that - strictly language - this isn't a beer of FAS ' n, but it'll make ;-)

  • Extract PDF form data using JavaScript and write in the CSV file

    I received a PDF file with a form.  The form is * not * formatted as a table.  My requirement is to extract form field values and write into a CSV file that can be imported into Excel.  I tried using the menu item "Merge data from spreadsheet files" automated in Acrobat Pro, but the release includes both the labels and values.  I'm mostly just interested in the form field values.

    I would use JavaScript to extract the data from the form and learn JavaScript write CSV file (since I know what should look like the spreadsheet of end).  I got regarding the extraction of the fields in the form:

    this.getField("Today_s_Date").value;

    And the rest of this post: http://StackOverflow.com/questions/17422514/how-to-write-a-text-file-in-Acrobat-JavaScript , I tried to write to CSV using:

    var cMyC = "abc";

    var doc = this.createDataObject ({cName: "test.txt", cValue: cMyC});

    but I get the following error:

    "SyntaxError: syntax error".

    1:Console:Exec ".

    Ideally, I don't want to use a third-party tool online to make, because the data are sensitive.  But please let me know if you have any suggestions.  The ideal output is a CSV file that an end business user can open in Excel to see the format of spreadsheet of his choice.

    Did anyone done this before?  Open to hearing alternatives as well.  Thanks in advance!

    The code you have posted works fine for me in the JavaScript console, so I suspect the problem is something else. Where did he put the code and y at - he seized another code?

    In addition, if CSV is not a strong requirement, I would say that you use delimited by tabs instead. Fields normally cannot contain tab characters, this is a good qualifier to use. It will be also more reliable when you import in Excel. If you need to process the field data that may contain quotes, you need prepare correctly the string data and can use a JavaScript library like this: https://github.com/uselesscode/ucsv

  • Foglight v6 - FaultException: impossible to extract the data of inventory of the collector

    After having modernized our virtual center to V4, the foglight fails to report all the details and only has the following alert:
    "FaultException: impossible to extract the data of inventory of the collector: the parameter name cannot be null or an empty string."
    ' Parameter name: key to make sure the collection agent service is running.
    If anyone else has had this problem and how to solve?
    Thank you
    Karim

    Hi Joviyach,
    I logged a call with Vizioncore and the resolution is as follows:
    the problem you have is related to a VMware problem experienced during the upgrade to vSphere 4.0 as detailed in: kb.vmware.com/.../search.do
    Bascially, you must run a SQL command of your Virtual Center via MS SQL Management Studio that will identify one or more VMs who have a missing entry in the VPX_VIRTUAL_SCSICONTROLLER table. Once this information is determined that you would follow the steps 2 to 6 of the reolution... basically remove these virtual machines of the inventory and adding them back.
    When these steps are complete, you will re-start the vFoglight Collector of Vmware and Vmware vFoglight connector services.

  • Extracting the data from QVariantMap

    I have the following data :

    QVariant (QVariantMap, QMap ((' data', QVariant (QVariantMap, QMap ((' current_condition', QVariant (QVariantList, ((QVariantMap, QMap... QVariant QVariant (QVariantMap, QMap ((' weather', QVariant (QVariantList, ((QVariantMap, QMap... QVariant QVariant (QVariantMap, QMap ((' weather_desc', QVariant (QVariantList, ((QVariantMap, QMap... QVariant

    m_model-> insert(data.value() .value ("data") .toMap ().value("weather").toList () .at (0) .toMap ());

    Using the above line, I am able to extract relevant data from "current_condition and"weather".

    What should I add to the line above to also extract data from 'weather_desc '?

    Any help would be appreciated. Thank you.

    Thank you! It is much easier to read when formatted, it's the first thing I did.

    { "data":
      {
        "current_condition":
        [
          {
            "cloudcover": "0",
            "humidity": "18",
            "observation_time": "02:36 AM",
            "precipMM": "0.0",
            "pressure": "1007",
            "temp_C": "39",
            "temp_F": "102",
            "visibility": "10",
            "weatherCode": "113",
            "weatherDesc": [ {"value": "Sunny" } ],
            "weatherIconUrl": [ {"value": "http:\/\/www.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0001_sunny.png" } ],
            "winddir16Point": "N",
            "winddirDegree": "10",
            "windspeedKmph": "46",
            "windspeedMiles": "29"
          }
        ],
        "request":
        [
          {
            "query": "Melbourne, Australia",
            "type": "City"
          }
        ],
        "weather":
        [
          {
            "date": "2013-01-04",
            "precipMM": "0.0",
            "tempMaxC": "37",
            "tempMaxF": "98",
            "tempMinC": "19",
            "tempMinF": "66",
            "weatherCode": "113",
            "weatherDesc": [ {"value": "Sunny" } ],
            "weatherIconUrl": [ {"value": "http:\/\/www.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0001_sunny.png" } ],
            "winddir16Point": "N",
            "winddirDegree": "3",
            "winddirection": "N",
            "windspeedKmph": "21",
            "windspeedMiles": "13"
          }
        ]
      }
    }
    

    To access weatherDesc in usage by time:

    Data.value.value("data").toMap ().value("weather").toList () .at (0) .toMap ().value("weatherDesc").toList () .at (0) .toMap .value ("value") ())

    This will return "Sunny."

    For readability, I suggest if this string to:

    QMap  dataMap = data.value().value("data").toMap();
    
    QList weatherList = dataMap..value("weather").toList();
    
    QVariant firstWeatherEntry = weatherList.at(0);
    
    QMap weatherEntryMap = firstWeatherEntry.toMap();
    
    QList weatherDescList =
    weatherEntryMap.value("weatherDesc").toList();
    
    QVariant firstWeatherDescEntry = weatherDescList.at(0);
    
    QMap weatherDescEntryMap = firstWeatherDescEntry.toMap();
    
    QString value = weatherDescEntryMap.value("value").toString(); // "Sunny"
    

    Also, you can check intermediate outcomes at each stage by calling

    qDebug()< weatherlist="">< "\n";="" and="" so="">

  • How to extract the response JSON data

    Hi all

    I get the following response from the server.

    "
    "PAO - ENV ="http://schemas.xmlsoap.org/soap/envelope/"xmlns:ns1 =" urn: soapservice "container ="http://www.w3.org/2001/XMLSchema"xmlns: xsi ="http://www.w3.org/2001/XMLS
    "Chema-instance" xmlnsPAO - ENC = "http://schemas.xmlsoap.org/soap/encoding/" SOAP - ENV:encodingStyle ="http://schemas.xmlsoap.org/soap/encoding/" > ""<>
    tAdvertismentReturn xsi: type = "xsd: String" > {'MSG1': '1', "MSG2": "success", "DA..."}

    Now, I want to create a QVariantList using JsonDataAccess.

    If I manually extract the JSON string after that

    downloadData = jda.loadFromBuffer (data);

    so I'm able to get the data.

    Without extraction like that how can I take the response JSON data?

    Thank you.

    Thanks for your time,

    Here's my problem how to build a soap with the response object.

    I solved this problem with the help of the example of the weather.

    Thank you.

  • Error with the data import CSV in FDMEE file

    Data entry; JOD; No details; No product; Actual spending; ERP; Sep; 2012;-40476487.79

    [WHITE] 01; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Sep; 2013;-9670984.005

    [WHITE] 01; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Sep; 2014;-43065295.14

    [WHITE] 01; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Sep; 2015;-37741827.48

    [WHITE] 08; 71111; 411101; 26001, entering data; JOD; No details; No product; Actual spending; ERP; Feb; 2011;-2186.535

    [WHITE] 08; 71111; 411101; 26001, entering data; JOD; No details; No product; Actual spending; ERP; Jan; 2011; 2186.535

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Apr; 2010;-1107458.244

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Dec; 2010;-969379.839

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Dec; 2010; 5664971.523

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Dec; 2011; 539642.297

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Feb; 2010;-161439.3

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Feb 2011;-265875

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Jan; 2011;-273767.297

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Jul; 2010;-487855.76

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Jun; 2010;-1322401.382

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; Mar; 2010;-1339217.998

    [WHITE] 08; 71111; 411101; 26101, entering data; JOD; No details; No product; Actual spending; ERP; May; 2010; - 277219

    Filled lines: 0

    Lines rejected: 438

    2016-01-31 07:57:46, 479 [AIF] INFO: EPMFDM - 140274:Message - MODE ARCHIVE: copy

    2016-01-31 07:57:46, 479 [AIF] INFO: EPMFDM - 140274:Message - Archive of startup files:

    2016-01-31 07:57:46, 480 [AIF] INFO: EPMFDM - 140274:Message - Archive file name: 20120140831.csv

    2016-01-31 07:57:46, 482 [AIF] INFO: EPMFDM - 140274:Message - remove the source file: load7.csv of data

    2016-01-31 07:57:46, 482 [AIF] INFO: EPMFDM - 140274:Message - no deleted files: / u03/inbox/Data load7.csv

    2016-01-31 07:57:46, 493 [AIF] INFO: EPMFDM - 140274:Message - ImportTextData - end

    2016-01-31 07:57:46, 493 [AIF] INFO: EPMFDM - 140274:Message - time taken for import in ms Total = 76

    2016-01-31 07:57:46, 597 [AIF] INFO:

    Import of Source data for the period "Aug-2014".

    2016-01-31 07:57:46, 604 INFO [AIF]: generic data lines imported from Source: 0

    2016-01-31 07:57:46, 605 [AIF] INFO: Total of lines of data from the Source: 0

    2016-01-31 07:57:47, 927 INFO [AIF]:

    Map data for period "Aug-2014".

    2016-01-31 07:57:47, 931 WARN [AIF]: warning: no record exists for period "Aug-2014".

    2016-01-31 07:57:47, 941 [AIF] INFO:

    Scene for period data "Aug-2014".

    2016-01-31 07:57:47, 942 INFO [AIF]: number of deleted lines of TDATAMAPSEG: 0

    2016-01-31 07:57:47, 944 INFO [AIF]: number of lines inserted in TDATAMAPSEG: 0

    2016-01-31 07:57:47, 945 INFO [AIF]: number of deleted lines of TDATAMAP_T: 0

    2016-01-31 07:57:47, 946 INFO [AIF]: number of deleted lines of TDATASEG: 0

    2016-01-31 07:57:47, 948 INFO [AIF]: number of rows deleted from TDATAMEMOITEMS: 0

    2016-01-31 07:57:47, 949 INFO [AIF]: number of deleted lines of TDATAARCHIVE: 0

    2016-01-31 07:57:47, 951 INFO [AIF]: number of lines inserted in TDATASEG: 0

    2016-01-31 07:57:47, 952 INFO [AIF]: number of deleted lines of TDATASEG_T: 0

    2016-01-31 07:57:47, 982 [AIF] INFO: - END IMPORT STEP -

    2016-01-31 07:57:48, INFO 007 [AIF]: - START NEXT STEP -

    2016-01-31 07:57:48, 037 [AIF] WARN: caution: the Import step is not completed for the period August-2014

    2016-01-31 07:57:48, 039 [AIF] WARN: caution: the Import step is not completed for the period August-2014

    2016-01-31 07:57:48, 064 [AIF] INFO: - END VALIDATE STEP -

    2016-01-31 07:57:48, 261 [AIF] INFO: end process FDMEE, process ID: 201

    The period mapping that I create is right

    2016-01-31 07:57:47, 927 INFO [AIF]:

    Map data for period "Aug-2014".

    2016-01-31 07:57:47, 931 WARN [AIF]: warning: no record exists for period "Aug-2014".

    You can check your mapping table of the period which has ' Aug-2014 "created since I can't see your attached screenshot?"  If it is already there, make sure that the period is NOT locked.

    Good luck.

    Alex Liu

    E.M.P. freelance architect

  • Oracle xml db to research extract the date year

    Version Oracle 11.2.0.3

    [code]

    drop table test;

    create table test of xmltype.

    Insert in the test

    values (')

    < employee

    " xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "xsi: noNamespaceSchemaLocation =" "> ".

    < location >

    < joiningDate id = "on site" >

    2012 06-18 of < hireDate > < / hireDate >

    < / joiningDate >

    < joiningDate id = "offshore" >

    2011 07-8 < hireDate > < / hireDate >

    < / joiningDate >

    < / location >

    (< / employee > ');

    commit;

    I have a lot of these documents inserted into a 11.2.0.3 database.

    I will return all employees who were hired on the spot in 2012

    Select x.*

    t-test,

    XMLTable)

    XmlNamespaces)

                   ' http://www.w3.org/2001/XMLSchema-instance ' as "xsi"

    ),

    ' for $d/employee/location

    where $d/joiningDate[@id="onsite"]/hireDate/text () = xs:date("2012-06-18")

    return $from

    in passing t.object_value

    columns

    HireDate date path 'joiningDate[@id="onsite"]/hireDate '.

    ) the form x

    [/ code]

    This is my test

    But I don't have a specific date rather a campaign determined as 2012

    What index to use to speed up this request please

    What index to use to speed up this request please

    There are different ways to do this.

    Read this book to get a broader overview: http://www.oracle.com/technetwork/database-features/xmldb/overview/xmldb-bpwp-12cr1-1964809.pdf

    The best way depends on whether you want to index the other values at the same time, or just this single date value.

    Assuming that the latest, here are three options:

    (1) virtual indexed column

    alter table test add)

    onsite_hiredate date)

    (xmlcast)

    XMLQUERY)

    ' / Employee/location/joiningDate[@id="onsite"]/hireDate'

    passage object_value

    contents of return

    )

    as date

    )

    ) virtual

    ) ;

    create indexes on test (onsite_hiredate) test_onsite_hiredate_ix;

    or an FBI so you need to be specific:

    create index test_onsite_hiredate_ix on test (extract (year onsite_hiredate));

    SQL > select *.

    2 test

    3 where onsite_hiredate > = date '' 2012-01-01

    4 and onsite_hiredate< date="" '2013-01-01'="">

    Execution plan

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

    Hash value of plan: 3994140658

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

    | ID | Operation | Name                    | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |                         |     1.   196.     2 (0) | 00:00:01 |

    |   1.  TABLE ACCESS BY INDEX ROWID | TEST                    |     1.   196.     2 (0) | 00:00:01 |

    |*  2 |   INDEX RANGE SCAN | TEST_ONSITE_HIREDATE_IX |     1.       |     1 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    2 - access ("ONSITE_HIREDATE" > = TO_DATE(' 2012-01-01 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND)

    'ONSITE_HIREDATE '.

    (2) not structured XML index with the creation of a subset of single track

    create indexes on indextype test (object_value) test_xml_uix is xdb.xmlindex

    settings)

    "TABLE test_ptab RUNNER.

    "Paths (/ Employee/rental/joiningDate)"

    );

    Select *.

    of the test

    where (xmlexists)

    "[' Employee/location/joiningDate[@id="onsite"]/hireDate[fn:year-from-date (.) = $yr].

    passage object_value

    , 2012 in 'year '.

    );

    (3) XML structured index

    CREATE INDEX test_xml_sxi ON test (object_value)

    INDEXTYPE IS XDB. XMLIndex SETTINGS (q'~)

    Test_xtab XMLTable ' / employees '

    COLUMNS on the spot date PATH 'location/joiningDate[@id="onsite"]/hireDate '.

    ~'

    );

    Secondary index:

    create index test_xml_hiredate_ix on test_xtab (on-site);

    SQL > select x.*

    test 2 t

    3, xmltable)

    4 ' / employees '

    5 passage t.object_value

    6 columns

    7 hiredate date path 'location/joiningDate[@id="onsite"]/hireDate '.

    (8) the form x

    9 where x.hiredate > = date '' 2012-01-01

    10;

    Execution plan

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

    Hash value of plan: 897007560

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

    | ID | Operation | Name                 | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |                      |     1.    42.     2 (0) | 00:00:01 |

    |   1.  NESTED LOOPS |                      |     1.    42.     2 (0) | 00:00:01 |

    |   2.   TABLE ACCESS BY INDEX ROWID | TEST_XTAB |     1.    25.     2 (0) | 00:00:01 |

    |*  3 |    INDEX RANGE SCAN | TEST_XML_HIREDATE_IX |     1.       |     1 (0) | 00:00:01 |

    |*  4 |   INDEX UNIQUE SCAN | SYS_C0014535 |     1.    17.     0 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    3 - access("SYS_SXI_0".") On the SITE "> = TO_DATE (' 2012-01-01 00:00:00 ',' syyyy-mm-jj)"

    HH24:mi:SS'))

    4 - access("T"."$SYS_NC_OID «= «SYS_SXI_0».») OID")

Maybe you are looking for