If you have not caught it let me clarify the element in
question is the "EZ Clean 2.5" Blade" in particular
the inch (") character.
I realize that the reason why the message set is failing is because this
element needs to be escaped.
Problem is the csv places these description fields in quotes because
the descriptions fields themselves can easily contain commas, the very
character used as a delimiter.
Regardless I was hoping someone had a solution so my message set could remove the extra " while stile preserving the quotes at the end like say ...
Code:
"EZ Clean 2.5 Blade"
Actually I am looking for any simple solution here .. it just seems
kind of lengthy to build a mechanism to parse these elements within
my code.
Is there nothing in the message set that can strip these
out from the string while getting parsed?
Of course I'm wait for the community suggestions
Thanks
This is the standard CSV quoting scheme. If you're on v6.1 or later you can use the CSV messaging standard for this. The message set property 'Quote character' will automatically default to the double-quote character when you select 'CSV' as the messaging standard.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum