• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Parsing data from an Excel file

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all I am connecting to an excel file through JDBC which contains data in the folowwing format
[07/19/01 11:25] (UL, Good) k:\all backup's\consumer industry\uploaded pictures and pdfs\pdf uploaded\july 18 pdfs\427138.pdf --> /magma_pdf
[07/19/01 11:25] (UL, Good) k:\all backup's\consumer industry\uploaded pictures and pdfs\pdf uploaded\july 18 pdfs\222706.pdf --> /magma_pdf
Its a log file of an ftp server.
Now I want just pick the name of the file only not al the other info
I know its j
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic