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

Convert excel inputs in JSON structures #433

Open
mattiagiupponi opened this issue Dec 12, 2024 · 1 comment
Open

Convert excel inputs in JSON structures #433

mattiagiupponi opened this issue Dec 12, 2024 · 1 comment
Assignees
Milestone

Comments

@mattiagiupponi
Copy link
Collaborator

mattiagiupponi commented Dec 12, 2024

The client will provide an excel or a simple file with the structure there the value of the checks are placed inside the XSLX file.

The agreeded structure of the file is the following:

foglio colonna_check colonna_rel desc
fiumi BC I,K Controllo su portata concessa {I} uso potabile {K}

Where:

foglio -> is the name of the excel sheet
colonna_check -> is the position inside the seed file where the check is placed
colonna_rel -> is the position where the value that we are checking is placed in the sheet
desc -> is a description that the client wants to use for the log

As an example from the file DBI_A, sheet Fiumi the checks are placed from columns BD to BY

If the value of the check in column BD is 1 means that is wrong, so we can use the above schema to map know that the value of the check positioned in column BD is located in column I

@mattiagiupponi mattiagiupponi added this to the 2.0.0 milestone Dec 12, 2024
@mattiagiupponi mattiagiupponi added enhancement New feature or request dbi labels Dec 12, 2024
@mattiagiupponi
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants