The "manual upload" tab of the data provider page does not offer any guidance regarding what type of file should be uploaded. The counter specification allows for either a TSV file or a json file, so I presume it's one or both of these. https://cop5.countermetrics.org/en/5.1/03-specifications/02-formats-for-counter-reports.html I actually tested with both and didn't have luck with either. The file will upload, but the job that gets invoked (ERM Usage Statistics SUSHI Harvester) fails.
Hi John, I agree that some additional guidance on the UI would help here. I believe the current implementation of the manual file upload only considers CSV type of files, it utilizes the Text::CSV_XS module. The expected file format matches the same format of the counter_log file generated after a SUSHI harvest.