Michael S Davis 11.Dec.06 10:52 AM a Web browser Connector for TextAll ReleasesAll Platforms
My user has a requirement to build a Text File from the contents of a Notes view. I have the connections and the job working fine. The data in the text file is being delimited by a semicolon.
Then - well, a change is needed. Now they want all of the TEXT fields only (not the dates or numbers) to be enclosed in a -quote- so it looks like "textfield1"; numberfield1; "textfield2" and so forth.
I cannot seem to get this to work. In my ZID definiton, I am using UNTIL ";" right now. I have tried adding another quote - UNTIL "";"", but this does not work.
I know there is an option to put quotes around ALL fields, but again, they only want them around TEXT values.