Inquiry about saving formatted data

  • Hi All,

    I need to save formatted (bold,italic,fonts,colors, etc.)html documents to a table in database, my concern is i don't want to save all the parts related to html which will increase the record size a lot.
    I would appreciate any ideas for doing that.
    Thanks in advance.
    Nader

  • https://docs.python.org/3/library/html.parser.html

    That one looks pretty good!

  • patrickmcginnis59 10839 - Monday, December 3, 2018 8:27 AM

    Thank you very much Patrick.
    This is exactly what i wanted, did you try it yourself to see if it's stable and fast in the conversions?
    Regards
    Nader

  • nadersam - Monday, December 3, 2018 11:12 PM

    patrickmcginnis59 10839 - Monday, December 3, 2018 8:27 AM

    Thank you very much Patrick.
    This is exactly what i wanted, did you try it yourself to see if it's stable and fast in the conversions?
    Regards
    Nader

    No, I was just curious and went looking for what was on the web.
    Here's another page with a stack of these programs and comparisons between them.

      https://en.wikipedia.org/wiki/Comparison_of_HTML_parsers

    The only time I had to deal with this I wrote a small table tag parser, but it was way more effort than practical to be honest.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply