Below is an example of the original CSV to YAML and the result.
Original CSV to YAML Examplealbum, year, US_peak_chart_post yttags, 2022, - pakainfo, 2018, - infogreeper, 20.01, 61 infinity, 2003, 6 guest-posting-sites, 2005, 3 webix-infoway, 2007, 2 healthkeet, 2010, 11 seokeet, 2011, -
And an example of how the online CSV to YAML works.
CSV to YAML Result--- - album: "yttags" year: "2022" US_peak_chart_post: "-" - album: "pakainfo" year: "2018" US_peak_chart_post: "-" - album: "infogreeper" year: "20.01" US_peak_chart_post: "61" - album: "infinity" year: "2003" US_peak_chart_post: "6" - album: "guest-posting-sites" year: "2005" US_peak_chart_post: "3" - album: "webix-infoway" year: "2007" US_peak_chart_post: "2" - album: "healthkeet" year: "2010" US_peak_chart_post: "11" - album: "seokeet" year: "2011" US_peak_chart_post: "-"