GlobalDataverseCommunityConsortium / dataverse-previewers

A collection of Datafile Previewers that can be configured to work with Dataverse
MIT License
13 stars 38 forks source link

develop: extraneous backslash breaks example import commands #58

Closed donsizemore closed 2 years ago

donsizemore commented 2 years ago

5.2curlcommands.md includes values such as

"toolUrl":"https://globaldataversecommunityconsortium.github.io/dataverse-previewers/previewers/TextPreview.html\",

and when adding each tool, the trailing backslash causes Dataverse to error out:

{"status":"ERROR","message":"Unexpected char 111 at (line no=1, column no=228, offset=227), expecting 'r'"}

Without this backslash, each tool can be added properly.

qqmyers commented 2 years ago

improved a few times and hopefully useable now (v1.2+)