HTML in our froogle upload

Discussion in 'Shopping' started by MidoriWeb, Jan 6, 2006.

  1. #1
    Hey everyone,

    I tried getting our Froogle feed working a year ago but ran into problems. I have some time to tinker again so hopefully someone here can help me out.

    When we tried to upload to Froogle before we were told they couldn't accept our file because it contained HTML. Basically, our product descriptions contain HTML. So I tried using our short product descriptions (used on the category pages to give users a brief idea of what the product was about) and Google said "Nope, it needs to be the same description as on your website."

    So my question is... what can we do?

    Is there some program out there that can remove HTML from a txt file or csv file? Is there some module we can add to Excel? Everything is good to go for our uploads except that HTML in our file.
     
    MidoriWeb, Jan 6, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you have a PHP enabled server you can take the description from the database and then perform striptags() on them to get rid of all html tags. Then use the output in your Froogle feed. If you do it manually then just copy and 'paste unformatted' in you excel or however you do it.

    If you need more detailed help then let us know your server setup, e-commerce software, how you generate your feeds etc.
     
    T0PS3O, Jan 6, 2006 IP
  3. MidoriWeb

    MidoriWeb Member

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    My server is PHP enabled... but the outputing is done via ASP.

    My server is Windows 2003, ecommerce is Volusion, feeds are generated by Volusion (I can choose MDB, CSV, TAB, or PIPE as my output method).

    I know this isn't a popular setup and probably no one here is even running Volusion... so I'm not sure if I can get any help on the ASP side of things. That's why i was asking about what I could do with the file after my store has populated it.
     
    MidoriWeb, Jan 6, 2006 IP
  4. MidoriWeb

    MidoriWeb Member

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #4
    Here's the actual query we run to get the file we can upload to froogle:

    Can this be modified to remove all HTML characters?
     
    MidoriWeb, Jan 6, 2006 IP