Quote Originally Posted by mc12345678 View Post
Been pondering this for a few days. Curious, what happens if you were to add more text before the first ##? I hadn't found anything that considered ## to be an escape sequence. If it still imports only to that point then probably would want to change the ## to something else either before import or in the process of importing. I seem to recall that recently some discussion was had about how/where to code for replacement of characters. Also, be sure to review the csv that is used to import and verify that the text is not cut off in there when saving your csv. If the first suggested test results in being cutoff then there is a variable associated with that field that limits the length of text, if it is not cutoff then there is something that considers ## as an end of the text.
I searched back and found that http://www.zen-cart.com/showthread.p...69#post1211569 was where a zenner recently identified a place where upon import incoming data could be filtered/scanned/swapped. It may not specifically address your interest/desire, but is a place to start.