Hi everyone,
I am testing an outsystem app by using Selenium webdriver. Most of the tasks handled but have a problem. The problem is uploading a csv file to our web app. When I try to upload exact the same csv file from my local windows machine, it works fine. However, it does not work in Ubuntu 64x OS run in github CI/CD. CI/CD use the same file that I upload by manually on Windows OS. Importing returns an error: no header/data lines found in the file. But the file has.
Do you have someone faced with such problem before?
Regards,
Ali
Hi Ali,
Below answers might help, but not sure how to apply in OutSystems
https://stackoverflow.com/questions/36494688/csv-reader-different-outputs-on-ubuntu-and-windows-python
https://stackoverflow.com/a/3191811/6176113
Thanks, Aadhavan S