ios-personmd-notifications md-help-circle

Profile

  • Guest
    medal 0
  • Posts: 21
  • Post Likes: 3765

Notifications

  • No Unread Notifications

Solved
Export csv mix driver name and team name

ios-checkmark-circle
This thread is closed because it is solved.
angle-double-left ios-arrow-back 1 ios-arrow-forward angle-double-right
md-lock This topic has been closed by the moderator
medal 5000
3 years 241 days ago
What did you try to do?
Export csv in order to import in another system.


What happened instead?
The export was successful but It shows the driver and team name concatenated as one column.

Did the problem happen while using wi-fi, mobile data, or both?
Both

Did the bug happen in the app, on PC, or both?
PC

What operating system is your PC?
Mac OS

Which browser did you experience the problem in?
Brave (chromium-based)

Can the bug be reproduced?
The bug can be reproduced on mobile and pc.

Additional comments:
As an improvement, can you also add the manager's name? Thanks!
md-quotelink
medal 5000
3 years 238 days ago
Hello? 
md-quotelink
medal 6083 Community Manager
3 years 238 days ago
Hello,

Currently we’ve more important bugs to fix. Thank you! ?
md-quotelink
medal 5641 Moderator
3 years 237 days ago
Hi Donpy,

Don't know if it can help you, but I am using a small trick to split drivers / teams to download a well formated CSV.


  1. In your web browser, create a new bookmark (favorite)

  2. Fill the address/URL field of this bookmark with the snippet of Javascript (see below)

  3. To use it, go on the race result and open your bookmark (the table will be update and you can use the Export CSV button)



Javascript (it could be improved)
javascript:(function()%7Bvar%20k=document.getElementById("csvRace");fix=$(k).html().replace(/&nbsp;/g,',').replace(/<br>/g,'<td>').trim();$(k).html(fix);hder=k.getElementsByTagName('th')[1];hder.insertAdjacentHTML('afterend','<th>Team</th>');document.getElementsByClassName("gold")[0].textContent=1;document.getElementsByClassName("silver")[0].textContent=2;document.getElementsByClassName("bronze")[0].textContent=3;%7D)();



Example :

906x600

md-quotelink
medal 5000
3 years 237 days ago

M.
Hi Donpy,

Don't know if it can help you, but I am using a small trick to split drivers / teams to download a well formated CSV.


  1. In your web browser, create a new bookmark (favorite)

  2. Fill the address/URL field of this bookmark with the snippet of Javascript (see below)

  3. To use it, go on the race result and open your bookmark (the table will be update and you can use the Export CSV button)



Javascript (it could be improved)
javascript:(function()%7Bvar%20k=document.getElementById("csvRace");fix=$(k).html().replace(/&nbsp;/g,',').replace(/<br>/g,'<td>').trim();$(k).html(fix);hder=k.getElementsByTagName('th')[1];hder.insertAdjacentHTML('afterend','<th>Team</th>');document.getElementsByClassName("gold")[0].textContent=1;document.getElementsByClassName("silver")[0].textContent=2;document.getElementsByClassName("bronze")[0].textContent=3;%7D)();


wow man, I love you! haha


md-quotelink
md-lock This topic has been closed by the moderator
angle-double-left ios-arrow-back 1 ios-arrow-forward angle-double-right

You must be logged in to post a reply.