Hi @velazquezmpablo Are you sure it's the same data? If you have both FME 2018 and 2020 installed then first edit and run the workspace with FME 2018. Then close Workbench and run it again from the command line using FME 2020. e.g. <fme_2020_install_dir>\\fme.exe csv2points.fmw --FME_LAUNCH_VIEWER_APP YES
The VertexCreator will in 'Add Point' mode create a point if the input has NULL geometry, but add a 2nd vertex if the input happens to be a vertex at 0,0 - which might be what your 2nd screenshot shows.
You also might want to change the attribute definition on your CSV reader so that the geometry is set on the reader and the VertexCreator isn't needed. Set lon and lat to x_coord and y_coord, respectively.