I need export a format as Tab Separated Text (TTX) file from Crystal Report XI, but customer does not like double quotes for the string fields, it is huge size data, and it need take more than 30 minutes manually replace the double quotes, some times stopped process and could not finish the replacment from EDIT-REPLACE, is any one know if there is the function or option to limited the double quotes when exporting?
Example:
“ID” “Employee Title”
2433 “Programmer”
5566 “Manager”
3345 “Team Leader”
3257 “Report Writer”
Example:
“ID” “Employee Title”
2433 “Programmer”
5566 “Manager”
3345 “Team Leader”
3257 “Report Writer”