I want to pay somebody to create a custom FLOSS multi-user CSV viewer with...
CSV Quick Viewer
Brought to you by:
rnoeldner
I want to pay somebody to create a Project List Manager that could use SQLite or something else. But I have assumed I would like it to use CSV. I wonder if you could modify or extend CSV Quick Viewer to do what I need. It would need a file locking system so that multiple users can view the same CSV file at once. I have an example of what I am looking for. I want to clone another program.
The CSV Quick Viewer will not lock files, however the CSV Quick Viewer will notice that an opened file has changed and will ask you to update the display.
I deliberately wanted to avoid writing files as writing back changes to the content might change the file structure and possibly add quotes or remove trailing delimiters etc. anything that had an issue being read would be lost, I do not want to take the risk.
Last edit: Raphael Noeldner 2018-02-21
Do you want to create something that can lock and write and has some custom functions? If so, I guess I should show you the example.
The quickviewer will still not protect the file from beeing chnaged but the application does now support saving changes, the resulting fileshould logically match but formatting could be very different, as the application does only mimic the import format.