Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In the documentation [1], it says:
'csv.line-delimiter' = U&'\\000D' specifies the to use carriage return \r as line delimiter. 'csv.line-delimiter' = U&'\\000A' specifies the to use line feed \n as line delimiter.
This is wrong. They should be U&'\000D' and U&'\000A'.
Attachments
Issue Links
- links to