User Profile

Collapse

Profile Sidebar

Collapse
Amad Khan
Amad Khan
Last Activity: Jan 9 '12, 01:56 PM
Joined: Jan 19 '11
Location: Abbottabad
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Amad Khan
    started a topic Find Tables/Views used in a View.
    in DB2

    Find Tables/Views used in a View.

    Dear All,

    Can someone help me in finding tables/views names used in a table.. (i am working in Oracle SQL and tool i am using is Toad 8.6.1)

    Regards, Amad.
    See more | Go to post

  • Amad Khan
    replied to Parse HTML file to EXCEL
    Dear Both,
    Thanks for your help, now it giving error on writer, as undefine..

    Anyways I have simplified my requirement as below, kindly provide me python code ......

    I have an HTML File (say myfile.html) having only 3 lines as shown below

    Hello EverBody.
    <!--FName##Adam|SNa me##John|PhoneN o##0987654321|G ender##Male|EMA IL##abbassalam@ yahoo.com-->
    Good Bye

    I want to write this...
    See more | Go to post

    Leave a comment:


  • Amad Khan
    replied to Parse HTML file to EXCEL
    Thanks Glenton & bvdet,

    @bvdet: i am getting error "ImportErro r: No module named BeautifulSoup" on executing the provided code.
    Is it beacause of any missing plugin/utility.?
    Please guide.
    See more | Go to post

    Leave a comment:


  • Amad Khan
    started a topic Parse HTML file to EXCEL

    Parse HTML file to EXCEL

    Hello Everbody,
    Hopefully you all are fine.

    Question:
    I have few html files (invoices) at a directory.
    What i required is read html contents (customer name,bill_no,du es etc) and store them in a .csv file...
    [i have attached file invoice.txt, plz open it in IE]

    I have an already existing parser (attached parser.sh) which is working fine.
    Please help me in converting my existing shell parser to...
    See more | Go to post
    Last edited by bvdet; Dec 15 '11, 04:55 PM. Reason: Add code tags

  • How to rename each column values with distinct prime number?

    Hello Every body:

    i want rename a table values in bulk as...each colum value(cell) is assing a unique value...
    For example:

    Table looks like

    column1, column2,column3 ,column4
    Milk,sugar,butt er,cheez
    null,sugar,butt er,null

    now when i run the procedure...
    it will change my table values as

    column1, column2,column3 ,column4
    2,3,4,5
    0,2,3,0...
    See more | Go to post
No activity results to display
Show More
Working...