We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:-
Expected result: Successful upload
Actual result: See screenshot
Back info: http://forums.ushahidi.com/forums/topic/cannot-upload-report/
Tested this on my own deployment as well as https://adviceleeds.crowdmap.com/
The text was updated successfully, but these errors were encountered:
Carriage return character causing problems once more.
Sorry, something went wrong.
684b67c
CSVImporter - normalize ALL new lines characters ushahidi#1140
a5027e6
Really fix the new line issues in the CSV Importer this time, replace any unicode new line character with \n.
Handle bad file encodings when importing CSV files ushahidi#1140
25e346d
Convert the file encoding to UTF-8. Fall back to original data if preg_replace fails for some reason
No branches or pull requests
Steps to reproduce:-
Expected result: Successful upload
Actual result: See screenshot
Back info: http://forums.ushahidi.com/forums/topic/cannot-upload-report/
Tested this on my own deployment as well as https://adviceleeds.crowdmap.com/
The text was updated successfully, but these errors were encountered: