WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
147 stars 46 forks source link

Copy or paste tabulator tables data #114

Open answerquest opened 5 years ago

answerquest commented 5 years ago

On all the GTFS pages, make it possible to :

See: http://tabulator.info/docs/3.5#clipboard

Why this : to make it easy for users to bring in data from excel, or to take it to excel and edit it there then bring it back in. This would enable bulk loading of stops, for example.

Paste: will have to explore if the paste action replaces all existing data, or adds to it, and if this can be controlled.

Concern : tables where not the entire table from backend but just a partial bunch of rows with a common key id (like route_id for trips table) is loaded : have to check if the data pasted is having the same value for the key id column or not. If different, then it needs to be rejected by tabulator.