PDA

View Full Version : Using a "|" in a text field


jabi
05-10-2005, 09:03 AM
Noticed with the flat file that if someone uses the pipe (|) character in a text field, that field is truncated at the pipe - presumably since this is your field delimeter. Haven't checked it in the mySql database.

Since we can't control the data entry of all users, I would suggest that you add an error checking routine that either warns the user to replace the character, provide for an admin selected replacement character, or do an automatic replacement using another character (like * or ~ perhaps).

Found this while trying to parse the database text file.

Brian
05-10-2005, 11:35 AM
This was accounted for in Version 6.1.0. Are you experiencing this issue with this or a later version?

jabi
05-10-2005, 12:02 PM
Sorry. Tested it on 6.014.