Posts: 38
Threads: 11
Joined: Dec 2010
16.04.2013, 00:12
(This post was last modified: 16.04.2013, 04:38 by scribbly.)
Hey Christian:
What I'd love to be able to do is to export the PositionList, as displayed, as a csv file.
I know there are other csv formats, but they often don't use the date / time in the same format, and may include / exclude columns.
So what I'd like to be able to do is to show / hide columns as required and export as csv and the values and columns exported would be the values and columns shown in the PositionList.
Thanks
Posts: 7,532
Threads: 230
Joined: Aug 2007
(16.04.2013, 00:12)scribbly Wrote: What I'd love to be able to do is to export the PositionList, as displayed, as a csv file.
I'd love to have CSV export, too. I'm planning this for years and there is a branch on github with first code:
https://github.com/cpesch/RouteConverter/commits/csv
Help is appreciated.
--
Christian
Posts: 38
Threads: 11
Joined: Dec 2010
(17.04.2013, 11:07)routeconverter Wrote: (16.04.2013, 00:12)scribbly Wrote: What I'd love to be able to do is to export the PositionList, as displayed, as a csv file.
I'd love to have CSV export, too. I'm planning this for years and there is a branch on github with first code: https://github.com/cpesch/RouteConverter/commits/csv
Help is appreciated.
Give me something to do
Posts: 7,532
Threads: 230
Joined: Aug 2007
(20.04.2013, 05:42)scribbly Wrote: (17.04.2013, 11:07)routeconverter Wrote: I'd love to have CSV export, too. I'm planning this for years and there is a branch on github with first code: https://github.com/cpesch/RouteConverter/commits/csv
Help is appreciated.
Give me something to do 
If you like... checkout the branch above and make a proposal or write a patch based on the first code fragments to implement reading and writing CSV files.
--
Christian