Froogle strip

S

shank

Froogle has changed their data feed specs somewhat and they are disallowing
a bunch of characters that used to go through without a problem. I'm using
the REPLACE function to get rid of some of these, but it seems to be going
on forever. I've asked Froogle for a full list of characters not allowed,
but no response yet. Has anyone had this problem? Is there a function that
will remove or replace the below, and more? There's got to be a better way
than 20+ nested REPLACE statements.

Chr(160), Chr(34), Chr(39), Chr(46), Chr(9), Chr(147), Chr(148), Chr(145),
Chr(146), Chr(150), Chr(133), Chr(174), Chr(174), Chr(177), Chr(176),
Chr(188), Chr(216)

thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top