We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Retrieve and Deploy are currently failing whenever a key is a date (for example).
To fix this bug it should split the filename by the "metadataype-meta" instead
The text was updated successfully, but these errors were encountered:
try this:
fileName.split(/\.(\w|-)+-meta.json/)[0]
and this
fileName.split(/\.(\w|-)+-doc.md/)[0] fileName.split(/\.(\w|-)+-meta.html/)[0] fileName.split(/\.(\w|-)+-meta.sql/)[0] fileName.split(/\.(\w|-)+-meta.ssjs/)[0]
it's what mcdev uses
Sorry, something went wrong.
anasilva105
Successfully merging a pull request may close this issue.
Retrieve and Deploy are currently failing whenever a key is a date (for example).
To fix this bug it should split the filename by the "metadataype-meta" instead
The text was updated successfully, but these errors were encountered: