Found the issue: your events-sample.csv file has dd/mm/yyyy format for the date, but I spotted the requirement for yyyy/mm/dd in your faq.
Once I changed it the events showed up
Thanks,
Nick
Thanks Mark, appreciate it.
Hi Mark,
That worked for me, uploaded b/t perfectly. Thanks for the update!
-Nick
Hi,
I actually have the same issue and I followed the CSV header design in your manual:
CVS Column Header -> Database Field
“First Name” or First” -> first_name
“Last Name”, “Last” -> last_name
“Position”, “Pos” -> position
“Number”, “Nbr”, “#” -> number
“Weight”, “Wt” -> weight
“Height”, “Ht” -> height
“Age” -> age
“Year” -> year
“Experience”, “Exp” -> experience
“Home Town” -> home_town
“Country” -> country
“Last School” -> last_school
“Bats”, “Bat” -> bats
“Throws”, “Thw”, “Throw” -> throws
It’s a minor issue, but just wanted to confirm that someone else came across it.