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

SDMX Transform - Finish Supply & Use Tables Proto (Finalise Initial Interface / Signature with Fran / Mike) #14

Open
2 tasks
MartynBSpooner opened this issue Feb 9, 2024 · 0 comments

Comments

@MartynBSpooner
Copy link

MartynBSpooner commented Feb 9, 2024

Description:

Finialise the local build and execution of the SDMX to CSVW transform of the Supply and Use Tables data.
Standard output of .csv structured data and associated meta file.

Location - dp-data-pipelines/shared/transforms/sdmx/v1.py

`def sdmx_transform_v1(sdmx: Path) -> Tuple[Path, Path]:
    """
    Taking a Path to an sdmx file, create a csv and a json
    metadata file and return paths to them.

    return: csv_path, metadata_path
    """
    ...`

Acceptance Criteria:

  • End to end of the transform completed with CSVW outputs.
  • Documented process in-line-code, Doc-strings and Confluence.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant