Hello,
is it possible to import files (csv / xml) from the trainingstagebuch.org
i have there a lot of trainings and would like to move them to here.
i will attach a csv file.
WOuld be great if anybody can help me
Cheers
Chris
Code: Select all
javascript:(function(){var arr = [], l = document.links;for(var i=0; i<l.length; i++) { if( l[i].href.indexOf('http://trainingstagebuch.org/workouts/show/') >= 0){ var newFrame = document.createElement('iframe'); document.body.appendChild(newFrame); newFrame.style = 'width: 1px; height: 1px;'; link = 'http://trainingstagebuch.org/map/export/'+l[i].href.replace('http://trainingstagebuch.org/workouts/show/','')+'?view=gpx'; console.log(link);newFrame.src = link; }}})();
Return to “Importer / File problems”
Users browsing this forum: No registered users and 0 guests