• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

do you know any good LDIF parser?

 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hii ranchers,

i am uploading a file containing some user inforamation. So i am thinking of using LDIF or comma separated format. So that it will be easy to parse the file.Do you any good ldif parser ?


Thanks
 
Ranch Hand
Posts: 2308
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by vinod awar:
Hii ranchers,

i am uploading a file containing some user inforamation. So i am thinking of using LDIF or comma separated format. So that it will be easy to parse the file.Do you any good ldif parser ?


Thanks



I do not know what exactly you are talking about.This is what I am saying from my experience in javaranch but have never done anything like this in real time.

If you are planning to make a format of your own and which might extend in future then you might consider some lexical analyser.One I have heard of and its known as jFlex.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have control over the file format, why use one for which you'd need to write a parser at all? XML or Properties files might do the trick.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic