Profile

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

Notifications

  • No Unread Notifications

Solved
Export csv mix driver name and team name

This thread is closed because it is solved.
1
This topic has been closed by the moderator
5000
4 years 80 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!
5000
4 years 76 days ago
Hello? 
5059 Community Manager
4 years 76 days ago
Hello,

Currently we’ve more important bugs to fix. Thank you! ?
5485 Moderator
4 years 76 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 :



5000
4 years 75 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


This topic has been closed by the moderator
1

You must be logged in to post a reply.