I have a table that has some fields who's sole purpose is user-information only but formatted for 3 lines of text. Simple example in a warehouse model:
[tt]Cust# Notes
123 Always include extra set of Batteries
Always ship ground
never include catalog[/tt]
We now have to share this table with a different office (There are bigger plans to incorporate everything into one system) So i need to be able to export to a deliminated file (they recommend a |, but I think a comma with text qualifiers will suffice) All the basic solutions are choking on the line breaks and returning multiple lines of data per Customer. based on the line breaks.
Has anyone come across this and/or have thoughts?
[tt]Cust# Notes
123 Always include extra set of Batteries
Always ship ground
never include catalog[/tt]
We now have to share this table with a different office (There are bigger plans to incorporate everything into one system) So i need to be able to export to a deliminated file (they recommend a |, but I think a comma with text qualifiers will suffice) All the basic solutions are choking on the line breaks and returning multiple lines of data per Customer. based on the line breaks.
Has anyone come across this and/or have thoughts?