First time here? Check out the Help page!
1 | initial version |
Seems like a similar error as reported here. In that case, the issue was that "we’re writing the year as a float value (2001.0) instead of an integer value (2001)". So it looks like you need the line to start with "2022" instead of "2022.0".