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
Using the import tool, on lint mode, on a schema MCF with duplicate (same dcid) Nodes gives a misleading error message:
lint
Found a missing or empty property value :: property: 'dcid', node: 'dcid:Annual_ExpectedLoss_NaturalHazardImpact', type: 'StatisticalVariable'
The duplicate node example:
Node: dcid:Annual_ExpectedLoss_NaturalHazardImpact dcid: Annual_ExpectedLoss_NaturalHazardImpact typeOf: dcs:StatisticalVariable statType: measuredValue populationType: dcs:NaturalHazardImpact measuredProperty: dcs:expectedLoss measurementQualifier: Annual
Node: dcid:Annual_ExpectedLoss_NaturalHazardImpact typeOf: dcs:StatisticalVariable statType: measuredValue populationType: dcs:NaturalHazardImpact measuredProperty: dcs:expectedLoss measurementQualifier: Annual
See commit 5dc7078 on https://github.com/enjoythecode/import/tree/catfood fema_nri_schema.mcf contains 21 nodes duplicated report.json contains the dc-import generated error message.
dc-import
git clone https://github.com/enjoythecode/import.git cd import git pull origin catfood git checkout a4fa6d4 cd bin chmod +x s/genmcf.sh s/genmcf.sh
git clone https://github.com/enjoythecode/import.git cd import git pull origin catfood git checkout 545a1bb194c5cc85df55905690aa2348b8bb051c cd bin chmod +x s/lint.sh s/lint.sh cat dc_generated/report.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the import tool, on
lint
mode, on a schema MCF with duplicate (same dcid) Nodes gives a misleading error message:The duplicate node example:
Resources
See commit 5dc7078 on https://github.com/enjoythecode/import/tree/catfood
fema_nri_schema.mcf contains 21 nodes duplicated
report.json contains the
dc-import
generated error message.Steps to Reproduce
git clone https://github.com/enjoythecode/import.git
cd import
git pull origin catfood
git checkout a4fa6d4
cd bin
chmod +x s/genmcf.sh
s/genmcf.sh
The text was updated successfully, but these errors were encountered: