When you export a datapool to a .csv file, you need to specify a field separator to use in the .csv file. A field separator can consist of one to three single-byte ASCII characters or one multi-byte character.
Some common field separators are:
Comma ( , ). This is typically the default in the US and the UK.
Semi-colon ( ; ). This is typically the default in most other countries.
Colon ( : ).
Tab
Spaces
Asterisk (*)
Related Topics:
Terms of use | Feedback
(C) Copyright IBM Corporation 2002, 2004. All Rights Reserved.