ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Notes
2
1. Prepare an empty CSV file, with name of your subdomain. If your WodGuru url is testgym.wod.guru, your file should be named as "testgym.csv".
3
2. Decide which columns your file will consist of based on the explanations below.
4
3. Check the Example card to see the required data formats.
5
4. Go to Migration file card and copy it to your empty csv file.
6
5. Fill in the data carefully :)
7
6. Make sure all the pass names you use in the file exist in your WodGuru account with the exact same name.
8
7. Send the file to anetaimb@wod.guru for validation.
9
10
Column nameNotesWhat if emptyUwaga! Wszystkie nazwy kolumn muszą pozostać w języku angielskim.
11
first_nameLetters onlyOne of those 3 options is required:
- first_name + last_name
- first_last_name
- last_first_name
ATTENTION: Migration will be done in 2-4 working days from the moment of receiving from you FINAL file for migration. UWAGA: Czas migracji od momentu otrzymania ostatecznego pliku to 2-4 dni roboczych.
12
last_nameLetters only
13
first_last_nameLetters only, space as separator
14
last_first_nameLetters only, space as separator
15
emailEmail format
16
phoneOnly numbers, "+", "-" sign
17
gender”male”, ”female” or "other"If no match or empty we set "other"
18
pass_nameHas to exist in wodguru with the exact same name, We create guest account (with no membership attached)
19
pass_expiration_dateFor time based membershipsIf time based membership, we will set today
20
sessions_leftFor session based membershipsIf session based membership, we set 0
21
sessions_usedFor session based memberships, can be sessions_left OR sessions_usedIf session based membership, we set 0 as sessions left
22
card_codeFor scanner, to detect clientEmpty
23
address_1Empty
24
address_2Empty
25
cityEmpty
26
postal_codeEmpty
27
birthdayEmpty
28
countryEmpty
29
note_some_textIn notes you will see:
some_text: row value

you can have multiple rows like this
30
vatIdVAT id numberEmpty
31
contractInstallmentno of current installmentEmpty
32
cancellationInstallmentno of last installment after which the contract expires / if empty, the contract expires at the contract installment no
33
wallet
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100