Importing CSVs into MagnusBilling - Converting UNIX to DOS
- Sunday19,July,2020
- MagnusBilling Team
-
COMMENTS
Usually when someone has difficulties importing CSVs, the issue is related to the character the system uses to line break.
- Windows: \r\n
- Linux: \n
- macOS: \r
This makes the system read the information incorrectly.