Page 1 of 1

import schedule issue

PostPosted: Mon Sep 24, 2018 7:04 pm
by brich1790
I have an issue I'm trying to import a custom schedule but when I do the game keeps saying "there were 0 valid games found. You must have 256 total regular season games. Check that you have the correct number of games all within 17 weeks, any game past 17 will not be imported." I have the file in order week 1st, then homeID, and finally awayID and the correct number of games and still the game wouldn't import the schedule.

Re: import schedule issue

PostPosted: Thu Oct 18, 2018 11:07 am
by brooks_piggott
It's basically a CSV with Week #, Home ID, Away ID as the three columns. Make sure you're not using Excel, or if you are open it in notepad and remove any extra quotes, etc. that Excel may add in.

Week Number,Home Team ID,Away Team ID
2,1,3
2,4,6
2,7,5
2,10,9
2,11,13
2,12,14
2,2,8
2,2,5
2,4,1
2,9,12
2,14,8
2,10,6
2,13,3
2,11,7
3,5,2
3,11,14
3,7,13
3,10,1
3,8,6
3,4,12
4,1,4

Re: import schedule issue

PostPosted: Mon Feb 24, 2020 10:04 pm
by Nugget699
Bumping an old thread but I'm having an issue importing my own schedule into the game using the 30 team, 16 game league format. I've posted the .csv file I'm using yet it comes up with an error saying there are only 208 valid games found and to ensure there are 240 spread out over 17 weeks. I've double-checked and I can't see where the issue is because there's exactly 240 games spread out over 17 weeks?

Code: Select all
Week Number,Home Team ID,Away Team ID
1,8,2
1,3,4
1,15,5
1,6,7
1,1,10
1,12,13
1,28,16
1,29,18
1,17,19
1,11,21
1,23,22
1,14,24
1,20,25
1,27,26
1,9,30
2,19,2
2,1,3
2,5,4
2,7,8
2,10,9
2,12,11
2,6,15
2,17,18
2,16,20
2,13,23
2,21,24
2,14,25
2,22,27
2,28,29
2,26,30
3,7,1
3,16,5
3,27,6
3,4,9
3,8,10
3,23,12
3,3,17
3,18,19
3,2,20
3,25,21
3,24,22
3,26,28
3,30,29
4,1,2
4,20,4
4,10,5
4,29,6
4,9,7
4,3,11
4,15,12
4,13,14
4,18,16
4,17,23
4,8,26
4,19,28
4,27,30
5,4,1
5,16,3
5,11,10
5,2,12
5,25,13
5,14,15
5,5,17
5,20,18
5,23,19
5,29,21
5,30,22
5,24,26
5,28,27
6,5,2
6,6,4
6,3,8
6,7,10
6,13,11
6,12,14
6,1,15
6,26,19
6,23,24
6,22,25
6,9,28
6,27,29
6,21,30
7,10,6
7,14,7
7,8,9
7,15,11
7,19,16
7,18,17
7,30,20
7,13,22
7,21,23
7,25,24
7,26,27
7,29,28
8,17,1
8,4,2
8,5,3
8,12,6
8,10,8
8,7,9
8,24,13
8,11,14
8,16,18
8,19,20
8,22,21
8,28,23
8,15,25
9,9,3
9,17,4
9,1,5
9,2,7
9,23,11
9,25,12
9,14,13
9,21,15
9,20,16
9,19,18
9,22,24
9,6,26
9,8,27
9,29,30
10,3,1
10,11,2
10,20,5
10,9,6
10,30,8
10,10,12
10,15,13
10,4,14
10,16,17
10,21,22
10,18,24
10,26,25
10,27,28
10,7,29
11,2,1
11,13,4
11,9,8
11,6,10
11,7,11
11,14,12
11,27,17
11,22,18
11,5,19
11,3,20
11,24,21
11,15,23
11,30,26
11,25,28
11,16,29
12,19,1
12,4,3
12,2,5
12,29,8
12,6,9
12,26,10
12,14,11
12,13,15
12,17,16
12,18,20
12,23,21
12,12,22
12,24,25
12,7,27
12,28,30
13,18,2
13,1,4
13,3,5
13,8,6
13,28,7
13,15,9
13,11,13
13,22,14
13,16,19
13,17,20
13,12,21
13,25,23
13,27,24
13,26,29
13,10,30
14,2,3
14,5,6
14,8,7
14,9,10
14,22,11
14,13,12
14,21,14
14,24,15
14,1,16
14,25,17
14,4,18
14,20,19
14,28,26
14,30,27
14,23,29
15,12,1
15,14,3
15,4,5
15,10,7
15,13,8
15,26,9
15,11,15
15,2,16
15,19,17
15,24,20
15,22,23
15,21,25
15,29,27
15,6,28
15,18,30
16,5,1
16,18,3
16,2,4
16,7,6
16,9,13
16,8,14
16,12,15
16,19,21
16,16,22
16,11,24
16,23,25
16,17,26
16,20,27
16,30,28
16,10,29
17,3,2
17,30,7
17,6,8
17,27,9
17,28,10
17,11,12
17,5,13
17,15,14
17,21,16
17,20,17
17,1,18
17,4,19
17,25,22
17,24,23
17,29,26