Hey all,
I have built a module that reads in a very long Word doc (1800+ page) to extract certain pieces of data that I'm interested in bringing into a table. Some data is formatted in the Word doc as a paragraph and I'd like to keep that text in it's entirety.
I was using the Text to Columns parser to break on colon's, which worked fine for the places I needed it. However, for the paragraphs in the Word doc, it ended up truncating the text in the output to 264 character (I'm assuming because it outputs the field type as V_String.)
Is there a way to change the output field type from the parser so that it utilizes V_WString? I'm making the assumption that would fix my problem.
Or are there other thoughts on how to get around this?
Thanks,
John