For the information present in the CSV or TXT file to be correctly interpreted by Corte Certo, it must follow the exact sequence in the table below:
Sequence | Information | Type of Information | Example |
---|---|---|---|
1 | Part Code | Numeric | 45 td> |
2 | Number of pieces | Numeric | 20 |
3 | Part Width | Numeric | 340 |
4 | Part HeightNumeric | 400.5 | |
5 | Part Material | td>Numeric | 200 |
6 | Part Description | Alpha - Numeric | Back of closet |
Therefore, in the CSV file each line will contain six fields, separated by a comma, as in the example below:
1,50,214,124,99000,part1
2,40,315,121,99000,part2
3,20,218,222,99000,cover1
4,30,418,300,99000,cover2
In the TXT file each line will contain seven fields, separated by TAB:
150 214 124 99000 piece 1 paint
2 40 315 121 99000 piece2 drill
3 20 218 222 99000 cap1 drill
4 30 418 300 99000 cap2 drill