Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

For anyone who ends up reading this, I tracked down the problem. The custom CSV format listed in the tutorial is not actually handled by the web page at the moment. Instead, you have to give it the following format:


Pledge AmountEmailPledge Status
$xxx.xxfoo@bar.comcollected
Admin

We've since fixed the issue with the CSV parsing so it should work correctly with the example provided in the documentation. Thanks for the report

(1 edit)

I am sad to report the sample CSV in the documentation still does not work.

And now the above workaround also does not work.