Add driver's country names

I'm having trouble adding the driver's country names to my ticker. It says that the data comes from the stats.csv file, but when I try to output the file on iRacing, it displays the 504 Time Out Error.

Can anyone please help me? Sorry, if I'm asking stupid questions. I really don't know this stuff...
Posts: 785
Yes that is the correct approach. Unfortunately it seems the iRacing website has an issue returning that file to you somehow, maybe it is getting too large. We have no control over that unfortunately...

If you know or can get the country names of your drivers already you could use a spreadsheet and fill that in, then use the data bindings to that spreadsheet column.
Hey Nick,

Thanks for the info. Good to know that it's not my fault. Gonna keep trying then...
Hey Nick,

I guess you were right on the file being too big. I was able to output a smaller stats file now.

Unfortunately I struggle figuring out what the next step needs to be...

I've got the csv file in my download folder and created a label with the data bindings stats_countryname, but it still doesn't show this stat in the overlay when in sim.

Do I need to save the file somewhere else? And is there a way to use multiple files for 1 data binding (I was able to output Pro and A licences and would like to do the same with the other classes too, so that I have the whole driver stats split into 4 - 5 files)

Is something like that possible and am I doing something wrong here?

Thank you very much for the help :D
Posts: 785
You have to provide the file in the ATVO settings, under General - Stat Files.

Unfortunately this system doesn't support multiple files, just one file for road, one for oval, etc. If you want to do it in a more manual way you can always add the csv as a Spreadsheet to your theme. There must be a CustomerId column in there to use as the identifier. Make sure the properties of the spreadsheet are all set up correctly so it shows properly in the preview, and then you should be able to use each column of that spreadsheet as a regular data binding.