I have a comment about how I should handle a csv file in my application.
CSV file will be saved as comma separated, eg customer1, telephone1, mail1, / n customer2, telephone2, mail2, / n and so on I have succeeded. I have also succeeded with the function of the app to delete ENTIRE list (csv) file. But how do I for example just want to delete a row in the csv file? Is it possible?