Goal
Learn about limitations for artifact names in Datameer's virtual file system (vFS).
Learn
For naming artifacts, the allowed characters are:
a-z, A-Z, 0-9, _
Artifacts can start with the following allowed characters:
a-z, A-Z, _
Datameer can read and import a file called 123_abc.sas7bdat
, but the artifact can't be named in the same way as the file in every case.
In Datameer's interface, doing so causes a similar editor to the following:
Name '123_abc.sas7bdat' starts with an invalid character. Allowed characters are a-z, A-Z, '_'.
If you add a leading underline (_
), you receive the following error:
Name '_123_abc.sas7bdat' contains invalid characters. Allowed characters are a-z, A-Z, 0-9, '_', ' '.
Instead, use the naming in the following example:
_123_abc_sas7bdat
Creating an artifact with the incorrect name via REST API calls might result in the final error:
httpServerErrorException: 500 Server error
Further Information
Comments
0 comments
Please sign in to leave a comment.