What is the line break character in the extended description file? I need to do a replace in a Crystal report to have all the data on one line for Excel export, but
Replace({CI_ExtendedDescription.ExtendedDescriptionText},chr(10) + chr(13),""|"")
does not seem to work.