Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on Windows? #13

Closed
isc-bspead opened this issue Dec 8, 2021 · 1 comment
Closed

Doesn't work on Windows? #13

isc-bspead opened this issue Dec 8, 2021 · 1 comment

Comments

@isc-bspead
Copy link

I used zpm to pull down the latest release and when I tried to import a csv from my local drive it failed because it was using the ":" in the classname:

`USER>s sc=##class(community.csvgen).Generate("C:\temp\badge\oxford.csv")
USER>w $system.Status.GetErrorText(sc)
ERROR #5540: SQLCODE: -400 Message: ERROR #5794: Datatype validation failed on type '%Dictionary.Classname', with value equal to "community.csvgen.generated.C:te20211208"

ERROR #5802: Datatype validation failed on property '%Dictionary.ClassDefinition:Name', with value equal to "community.csvgen.generated.C:te20211208"`

If I specify the table name it will proceed past this point (although it fails later on on data import and I haven't gotten to the bottom of that yet)

@evshvarov
Copy link
Owner

evshvarov commented Dec 9, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants