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

Remove JSON template artifact ("streetAdress": "Work Item Details > Location") #23

Open
ndrhzn opened this issue May 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ndrhzn
Copy link
Collaborator

ndrhzn commented May 1, 2024

There is an artifact from our JSON template that eneded up being in the current version of the publication:

In JSON version it looks like this

"items": [
            {
                "id": "01",
                "classification": {
                    "description": "Civil Works"
                },
                "deliveryAddresses": [
                    {
                        "postalCode": "781006.0",
                        "streetAdress": "Work Item Details > Location",
                        "streetAddress": "Rukminigaon, Guwahati"
                    }
                ]
            }
        ]

If we flatten the JSON it will look like this in the table

image

I patched this issue back in December, but it seems like data has been updated since then and update did not include a fix for this. Worth noting that current tabular version of the data seems to be not affected by the issue.

Or could it be, that current version of the data is not correct? I'm checking version labeled "v3" against version labelled "current" and it seems like "v3" doesn't have those issues with date format (#18 ) and this artifact.

@ndrhzn ndrhzn added the bug Something isn't working label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants