I have a page that currently accepts a .csv file and takes the records in that file and saves them to the database. I have a series of rules that are used to determine if each record is to be inserted or updated.
I originally chose .csv so people could access it with notepad, however I quickly found out that MS Excel to control of the file and was responsible for maintaining the file.
Since Excel did this, my users have been experiencing a large number of problems with submitting data using the .csv approach. How would others recommend doing it? I considered .xml, but again Excel takes control. Also the problem with .xml is that the user has to be familiar with xml and its structure. Given that the majority of my users are not computer literate, I can see huge problems with this approach.
Mike55.
I originally chose .csv so people could access it with notepad, however I quickly found out that MS Excel to control of the file and was responsible for maintaining the file.
Since Excel did this, my users have been experiencing a large number of problems with submitting data using the .csv approach. How would others recommend doing it? I considered .xml, but again Excel takes control. Also the problem with .xml is that the user has to be familiar with xml and its structure. Given that the majority of my users are not computer literate, I can see huge problems with this approach.
Mike55.