Importing data through javascript

I am attempting to populate fields that are generated through a static pdf, but that all contain the same type of data.
All of this data is selectable and can be copied out of the source, so I figured that it would be possible to pull it through a javascript command.
Currently when you view the pdf file in notepad this appears:
(Notes: ) Tj
/F14 10.56  Tf
1 0 0 1 228 668.64 Tm
-0.107  Tc 0.052  Tw (Jim's Taxi quote 123) Tj
1 0 0 1 22.08 702.24 Tm
-0.122  Tc 0.067  Tw (Jim Pinto) Tj
1 0 0 1 22.08 690.24 Tm
-0.071  Tc 0.017  Tw (Jim's Taxi.) Tj
1 0 0 1 22.08 678.24 Tm
-0.077  Tc 0.022  Tw (123 main st) Tj
1 0 0 1 22.08 666.24 Tm
-0.085  Tc 0.031  Tw (Houston) Tj
1 0 0 1 22.08 654.24 Tm
-0.103  Tc 0.048  Tw (TX) Tj
/F15 12  Tf
1 0 0 1 411.36 154.56 Tm
-0.091  Tc 0 Tw
I already have a button attaching the file to the document. I would also like for that button to read the values in the notes section of the pdf. Every item I need ALWAYS appears after the Tw and occurs in brackets; Tw (*) while the numbering changes.
So the command needs to read the file, find the (Notes: ) section, copy the first value (Jim's Taxi quopte 123) and enter it into a field, find the next value (Jim Pinto) and copy it into the name field etc. In this way, by simply selecting the file, regardless of the pdf's orgins and have it populate the data field predetermined (i.e the first field is ALWAYS the customers company name.)
Can anyone here provide a little insight on the way to go about doing this? I am getting a bit stuck.

Hi Gaurav,
Thanks for your reply. I know about export button but my requirement is to import data into other web based application through HTTP post.
Thanks,
Arvind

Similar Messages

  • While import data through ff_5 i am getting error

    hello
    while import data through ff_5 i am getting error  as below
    message error fv150 and fv151
    'Termination in statement no. 00009 of acct
    1101200570116; closing record 62F missing'
    so please give solution
    thank inadvance
    SIRI

    Dear Siri,
    I guess you are importing an MT940 format. This format should have the closing balance at the end.
    This closing balance starts with :62F:
    A sample is
    :61:0801180118DR3835,97NTRF000000//000000//
    :86:1022  LTD CHENNAI18012008
    :61:0801180118DR69885,09NCHK850819//850819//
    :86:6101  LTD COCHIN18012008
    :62F:C080118INR7210048,86
    I guess that is missing in the import file.
    Maintain that and the import will happen.
    Assign points if useful
    regards
    Venkatesh

  • Need Help in importing data through HTTP post by using OAF

    Hello Everyone,
    I have one requirement of importing data from Job Posting page of iRecruitment into other application or into other file like csv/xml/txt through HTTP post by using Oracle Application Framework.
    Please help me out in the same if anyone know about how to achieve this kind of requirement.
    Help is highly appreciated.
    Thanks,
    Arvind
    Edited by: user636850 on Sep 18, 2009 5:35 AM

    Hi Gaurav,
    Thanks for your reply. I know about export button but my requirement is to import data into other web based application through HTTP post.
    Thanks,
    Arvind

  • Creating my own Import data through CSV

    Hi,
    I want to create a Import data application which consist of import the CSV to a existing table.The same thing the way HTMLDB does while importing data via spreadsheet.Is it really possible ? If then how can i proceed ? Can anyone suggest .
    Regards,
    ROSY

    Hi,
    I want to create a Import data application which
    hich consist of import the CSV to a existing
    table.The same thing the way HTMLDB does while
    importing data via spreadsheet.Is it really possible
    ? If then how can i proceed ? Can anyone suggest .Unfortunately, you're left to your own devices to implement the UI. That's the bad news. The good news is that you can probably use any of the relevant packages in the FLOWS_nnnnnn (depending on your HTML DB version) schema to do the backend work for you.
    If you have tools to browse the backend like TOAD or Enterprise Manager then take a look through the FLOWS_nnnnnn schema and look at the packages under WWV_FLOW_LOAD_DATA, or something to that effect. Can't remember exactly right now.
    Earl

  • How to import date through DTW

    Hello Experts,
    In DTW how can import Date Field in SAP B1, I Try import as string but its not working .
    Regards.
    ShriX.

    Hello ShriX,
    DTW date has fixed format YYYYMMDD.
    Try it.
    Thanks,
    Gordon

  • Getting  error while  importing  data through IMPDB

    Hi All ,
    I am getting  below  error  while  importing.
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.POST_MT_INIT [SELECT SYS.KUPM$MCP.GET_ENDIANNESS@STAG_RISKCORE FROM SYS.DUAL]
    ORA-04052: error occurred when looking up remote object SYS.KUPM$MCP@STAG_RISKCORE
    ORA-00604: error occurred at recursive SQL level 3
    ORA-12154: TNS:could not resolve the connect identifier specified
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 9715
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0xc15928e18 21979 package body SYS.KUPW$WORKER
    0xc15928e18 9742 package body SYS.KUPW$WORKER
    0xc15928e18 2353 package body SYS.KUPW$WORKER
    0xc15928e18 1563 package body SYS.KUPW$WORKER
    0xbef8aa138 2 anonymous block
    Job "SYS"."JOBDASPRD" stopped due to fatal error at Tue Jan 21 16:25:21 2014 elapsed 0 00:05:17
    Thanks,

    It seems you are performing import via network_link  option.
    Ensure that the database link STAG_RISKCORE is valid and works. Also, check the TNS service associated to connect to remote database.

  • Import data through Forms

    I have a requirement for my users to import contact lists into my Oracle 10g database. I am new to forms so wanted to ask the group the best way to accomplish this. My first thoughts were:
    1. Allow the user to select the file and copy it to a designated directory on the database.
    I see functions to copy it to an Application server or a database table, but don't see any functions to copy it to a directory (other than AS). Would I need to use FTP?
    2. Create an external table on the predefined file on the fly.
    I don't see any issues here if I can copy the file.
    3. If there is a problem with the file somehow show the log file of the external table.
    Since it's on the database, I would need to get this file as well. Same problem as #1 except in reverse.
    4. Once I can select an external table, it seems easy.
    Easier, anyway!
    Better, easier solutions? Is there a function to copy to any server (if the server is set up correctly)?

    From Forms you can use the HOST built-in to execute operating system commands such as FTP'ing or copying files.
    Regards,
    Robin Zimmermann.

  • Import data is maintained through VI09

    I have changed the import data through VI09 and saved the document. But the same changes are not reflecting in my Purchase order.
    I have changed city of origin and mode of transport but this is not reflecting in my PO.
    This scenario is not for stock material.
    Can you post your suggestion on this.

    Hello,
    This question is not related to Solution Manager.
    Please close this thread and find a suitable Financials F I Forum for this question.
    Solution Manager has nothign to do with Purchase Orders.
    Regards,
    Paul

  • API to import data

    I have tried importing data through a Response on a ASP page and that seemed to work just fine, but I ran into this issue:
    Importing XDP produces a different file than if manually filled???
    Now I'm looking to see if there is an alternative that may work completely. I see there are API references in Visual Studio for Acrobat but none for LiveCycle. This page shows APIs for accessing services, does this mean there is no simple API to use for LiveCycle? You must pay extra for services that should be a part of the base product?
    I simply want the ability to import data into the PDF without the resulting file being any different than if it were manually written in. I can handle the backend myself.

    This question should perhaps go to the Order management forum, but found the following which may be helpful to you:
    Rel 12.x
         How to create Blanket Sales Agreement using public API OE_BLANKET_PUB.Process_Blanket in Oracle Order Management [ID 790223.1]
    Rel 11i
    What is the Public API to Create Blanket Sales Agreements? [ID 303562.1]
    regards
    Mike

  • Importing Data enclosed in quotes

    Hi all,
    Im trying to import a load of data into my application via the import utility, that is in a comma seperated text file. Many of the data values are lines of text which can also contain commas, so therefore each data value is enclosed in quotes to retain these values and ensure the column ordering when the data is imported.
    For example:
    column1, column2, column3
    "value1", "value2", "value3" -- row 1
    "value4", "value5", "value6" -- row 2
    If I import this data into my app, each data value is still enclsoed by the quotes, which I dont want. So my question is, is there any way to strip out these quotes as the data is being imported to just leave value1 etc. in my table and not "value1" ?

    Dear user512101
    <p>
    did you ever find a solution to this problem? Anyone?
    <p>
    I am facing the exact same issue on a regular basis. So far, I have been "cheating" by importing data through the ODBC connection, using an MS Access client that is still limping along (not for long, says my DBA).
    <p>
    If I don't, a typical column would look something like this:<p>
    "Exceptional biological diversity, WPC ecoregion reference for 71i, Old Hickory Lock 5 Wildlife Refuge "<p>
    "Chickasaw State Forest, Wildlife Management Area and State Park"<p>
    "Federal endangered Birdwing Pearlymussel, Fine-rayed Pigtoe, Shiny Pigtoe, Cumberland Monkeyface, Cracking Pearlymussel, Boulder Darter, and state threatened Ashy Darter." <p>etc. etc.
    <p>
    Vojin

  • What is format in Import data wizards

    Hi All,
    Can anyone please tell what the format specifies when Importing data through Data Workshop Wizard?
    Thanking you,
    Cheers,

    Hi All,
    Can anyone please tell what the format specifies when Importing data through Data Workshop Wizard?
    Thanking you,
    Cheers,

  • Import data into an UDF

    Hi experts,
    I know I can import data through DTW. but since it has fixed format of template. how can I import data into user-defined fields?
    Thanks...

    Hi Vic,
    Open the DTW, Log on to a company,
    Under the menu --> Advansed, click on the Maintain Interface.
    A window appears
    Select the Object from drop down field, Ex. oBusinessPartners,
    Click on the + Sign next to the expand the desired object.
    You can find all the Userdefined fields there in the tree view.
    Right click on parent node of the Tree and click on Create Template for the structure.
    A Save As window appears to save the new template,
    Give the path and save the file,
    Now the new Template contains all the Userdefined fields also.
    Regards
    Reno.

  • Problem while importing data schema not found

    Hi,
    I'm facing problem while importing data through system to a schema and impdp gives me error that schema XYZ was not found but when I query dba_users schema exist there what could be the reason of this.
    Regards,
    Abbasi

    Hi,
    Here is complete listing
    bash-3.2$ impdp system/abc schemas=XYZ DIRECTORY=data_dir DUMPFILE=Today_dump.dmp LOGFILE=Today_log.log PARALLEL=8
    Import: Release 11.1.0.7.0 - 64bit Production on Friday, 07 January, 2011 11:18:57
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39165: Schema XYZ was not found.
    Regards,
    Abbasi

  • Error while importing Item Master data through DTW

    Hello Expert,
      I trying to import item master data through DTW but it gives an error while importing as shown in attach file..
      Please help me...
      I am using SAP 9.0 Pl 6
    Regards,
    Sandy

    Hi Sandy,
    Kindly follow the check list
    1. Right Click DTW and run it as Administrator.
    2. Is your DTW version is same as SAP B1.
    3. Uninstall and re-install DTW.
    4. If you are using 64-bit DTW, try to use 32-bit one.
    5. Check the Template, is it of the same DTW version.
    6. Remove all the unnecessary columns.
    7. Last try different Template extension.. (e.g: CSV (Comma delimited), or Text (Tab delimited))
    Hope you find this helpful......
    Regards,
    Syed Adnan

  • Import data in user define table through DTW.

    Hi experts,
    Can any one tell me how can i import data from excle in User define tables through DTW. Is any other way/tool avaliable to
    import data from excel sheet to User define tables
    BR,
    Hari

    Hi Hari,
    I suppose u did not do the following..
    1. Open DTW, in the menu click on advanced and clik on maintain interface...
    2. Now here select the UDT which u want to impot the data.
    3. right click on the UDT and click on Create template for structure
    4. NOw u use this tempalte and try.
    Please inform of the outcome  so that i can think of another soluton.
    Hope it helps,
    Vasu Natari.

Maybe you are looking for