You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Where:
foglio
-> is the name of the excel sheetcolonna_check
-> is the position inside the seed file where the check is placedcolonna_rel
-> is the position where the value that we are checking is placed in the sheetdesc
-> is a description that the client wants to use for the logAs an example from the file
DBI_A
, sheetFiumi
the checks are placed from columns BD to BYIf 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 columnBD
is located in columnI
The text was updated successfully, but these errors were encountered: