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
I ran GoFSH on a Location instance that was in XML format using the -f xml-only option, and the result looked like this:
Instance: orgloc InstanceOf: Location Usage: #inline
When I ran Sushi on this I got the following error:
Sushi: error Cannot assign string value: -97.7047386. Value does not match element type: decimal (00:00.011 / 00:07.834, 46Mb)
Sushi: error Cannot assign string value: 30.4159542. Value does not match element type: decimal (00:00.000 / 00:07.837, 46Mb)
When I manually removed the quotes in the output, Sushi compiled it fine. Here is the correct output:
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. It does look like there is a bug in GoFSH when processing decimal values from XML files that will need to be addressed.
Sorry, something went wrong.
No branches or pull requests
I ran GoFSH on a Location instance that was in XML format using the -f xml-only option, and the result looked like this:
Instance: orgloc
InstanceOf: Location
Usage: #inline
When I ran Sushi on this I got the following error:
Sushi: error Cannot assign string value: -97.7047386. Value does not match element type: decimal (00:00.011 / 00:07.834, 46Mb)
Sushi: error Cannot assign string value: 30.4159542. Value does not match element type: decimal (00:00.000 / 00:07.837, 46Mb)
When I manually removed the quotes in the output, Sushi compiled it fine. Here is the correct output:
Instance: orgloc
InstanceOf: Location
Usage: #inline
The text was updated successfully, but these errors were encountered: