- Line break (enter). The definition of a csv is expected to be one line per record, so there cannot be a field that has a line break inside it.
- Delimiter (if the delimiter is a ; then there must be no fields containing that character inside them)
- In general, it is preferable not to use characters such as º, ª, ç, or any other non-standard characters to avoid possible format conversion problems when generating the document. If they are necessary, then it is important to make sure that the csv formed is UTF-8 formatted.
Comments
0 comments
Please sign in to leave a comment.